Bug Report
When the MCP tool requires no arguments, OpenRouter will send an "arguments": "", which fails to deserialise.
The response is also extremely unclear and vague:
JsonError(Error("data did not match any variant of untagged enum ApiResponse", line: 0, column: 0))
Expected behavior
MCP tools with no arguments should work fine.
Bug Report
When the MCP tool requires no arguments, OpenRouter will send an
"arguments": "", which fails to deserialise.The response is also extremely unclear and vague:
Expected behavior
MCP tools with no arguments should work fine.