refs #732: add dynamic HMM HTML report MCP tool
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user