Commit 3da0e71
fix: Add Types field to mcp-exec arguments parameter schema
The mcp-exec tool's 'arguments' parameter had the same issue as mcp-config-set -
missing type specification causing validation errors with Fireworks AI.
Added the Types field to specify that arguments can be any valid JSON type:
string, number, boolean, object, array, or null.
This resolves the 500 error:
"JSON Schema not supported: could not understand the instance
`{'description': 'Arguments to pass to the tool (can be any valid JSON value)'}`"
Tested with:
- Claude Code: mcp-exec works with object arguments
- Fireworks AI (via vai): 500 errors are resolved
Co-Authored-By: Aiden <[email protected]>1 parent cc97bc1 commit 3da0e71
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
939 | 939 | | |
940 | 940 | | |
941 | 941 | | |
| 942 | + | |
942 | 943 | | |
943 | 944 | | |
944 | 945 | | |
| |||
0 commit comments