refs #732: add dynamic HMM HTML report MCP tool

This commit is contained in:
devmrko
2026-08-10 15:23:36 +09:00
parent cc2c3e3e25
commit c0c5a36ba0
12 changed files with 747 additions and 39 deletions

View File

@@ -122,7 +122,7 @@ public class McpSseService {
ObjectNode argument = objectMapper.createObjectNode();
argument.put("type", "string");
argument.put("description", tool.argumentDescription());
argument.put("maxLength", 4000);
argument.put("maxLength", 64000);
properties.set(tool.argumentName(), argument);
schema.set("properties", properties);
ArrayNode required = objectMapper.createArrayNode();