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 ac5c2ef commit 70e6056Copy full SHA for 70e6056
mcp/tools.go
@@ -46,9 +46,9 @@ type CallToolResult struct {
46
type CallToolRequest struct {
47
Request
48
Params struct {
49
- Name string `json:"name"`
50
- Arguments map[string]any `json:"arguments,omitempty"`
51
- Meta *Meta `json:"_meta,omitempty"`
+ Name string `json:"name"`
+ Arguments any `json:"arguments,omitempty"`
+ Meta *Meta `json:"_meta,omitempty"`
52
} `json:"params"`
53
}
54
0 commit comments