I have the Radzen MCP set up as follows in my opencode.json file:
"radzen-blazor": {
"type": "remote",
"url": "https://app.radzen.com/mcp",
"headers": {
"X-Radzen-Key": "MY-REDACTED-KEY"
}
}
I have other MCPs also which work fine, and I’m able to use the Radzen MCP fine with VS Code. But whenever OpenCode tries to call it I get:
Streamable HTTP error: Error POSTing to endpoint: {"error":{"code":-32001,"message":"Session not found"},"id":"","jsonrpc":"2.0"}
Any ideas? I haven’t encountered that in OpenCode with any other MCP server