Support more MCP Server transport #56
Replies: 2 comments 11 replies
-
Hi, Yes! It is something in the roadmap. Currently working on server prompts as well as native prompts. Once that is done with will look more closely into SSE. Although I didn't come across any widely used SSE servers yet. Do you have any in mind? Given the new https://spec.modelcontextprotocol.io/specification/2025-03-26/basic/transports/#streamable-http remote transport and oauth support in the new specification, It might take some time for the servers to adapt. What's your use case? It might help me understand how I should do it. |
Beta Was this translation helpful? Give feedback.
-
@igorbrasileiro we now have SSE support. I tried it with some composio servers and it worked great! But I think with composio servers every-time checking for connection, (or initiating if not connected) seems like too many requests. Given every mcp url for composio follows same format mcp.composio.dev/{server_name}/{user_secret} if we can get a list MCP servers (I see in deco chat you have a json file with all the apps), we can show something similar to marketplace and let users initiate connections from the UI. And only send the llm initiated servers. Let's see how this goes I have sent them a message regarding the same. Thanks for the suggestion. Let me know if we can make this any better or if you have any issues |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Do we have plan to allow other client transport, like SSE?
Reference: https://modelcontextprotocol.io/sdk/java/mcp-server#server-transport-providers
Beta Was this translation helpful? Give feedback.
All reactions