Skip to content

Commit 70e6056

Browse files
committed
fix
1 parent ac5c2ef commit 70e6056

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mcp/tools.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ type CallToolResult struct {
4646
type CallToolRequest struct {
4747
Request
4848
Params struct {
49-
Name string `json:"name"`
50-
Arguments map[string]any `json:"arguments,omitempty"`
51-
Meta *Meta `json:"_meta,omitempty"`
49+
Name string `json:"name"`
50+
Arguments any `json:"arguments,omitempty"`
51+
Meta *Meta `json:"_meta,omitempty"`
5252
} `json:"params"`
5353
}
5454

0 commit comments

Comments
 (0)