Quick Summary
Environment & Tools
❌ Actual Behavior
When all the arguments are optional or there are no arguments, the MCP calls are sending the arguments param with a nullvalue.
✅ Expected Behavior
For specification, if defined, arguments MUST be a Record<string, string>
💬 Additional Context
Quick Summary
Environment & Tools
❌ Actual Behavior
When all the arguments are optional or there are no arguments, the MCP calls are sending the
argumentsparam with anullvalue.✅ Expected Behavior
For specification, if defined,
argumentsMUST be aRecord<string, string>💬 Additional Context