We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0649d9b commit be73930Copy full SHA for be73930
internal/mcp/mcp_parse.go
@@ -13,10 +13,10 @@ var mcpToolListJSON []byte
13
14
type ToolDef struct {
15
Name string
16
- RawName string `json:"name"`
17
- Description string `json:"description"`
18
- InputSchema Schema `json:"inputSchema"`
19
- OutputSchema Schema `json:"outputSchema"`
+ RawName string `json:"name"`
+ Description string `json:"description"`
+ InputSchema SchemaObject `json:"inputSchema"`
+ OutputSchema SchemaObject `json:"outputSchema"`
20
}
21
22
type RawSchema struct {
0 commit comments