Open
Description
Issue submitter TODO list
- I've searched for an already existing issues here
- I'm running a supported version of the application which is listed here and the feature is not present there
Is your proposal related to a problem?
No response
Describe the feature you're interested in
Currently only SSE is supported for mcp-remote usage
{
"mcpServers": {
"kafka": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8080/mcp/sse",
"--transport sse-only",
"--allow-http"
]
}
}
}
Describe alternatives you've considered
Add features to support streamable-http since SSE is depracated for MCP
Version you're running
121
Additional context
No response