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 cc6b265 commit 03d48f3Copy full SHA for 03d48f3
README.md
@@ -395,6 +395,9 @@ npx @modelcontextprotocol/inspector --cli node build/index.js --method tools/lis
395
# Call a specific tool
396
npx @modelcontextprotocol/inspector --cli node build/index.js --method tools/call --tool-name mytool --tool-arg key=value --tool-arg another=value2
397
398
+# Call a tool with JSON arguments
399
+npx @modelcontextprotocol/inspector --cli node build/index.js --method tools/call --tool-name mytool --tool-arg 'options={"format": "json", "max_tokens": 100}'
400
+
401
# List available resources
402
npx @modelcontextprotocol/inspector --cli node build/index.js --method resources/list
403
0 commit comments