mcp-go icon indicating copy to clipboard operation
mcp-go copied to clipboard

MCP server is failing with SSE transport for modern MCP client.

Open KunalSin9h opened this issue 6 months ago • 1 comments

Till now (i may be wrong), i have learned modern MCP client uses both GET or POST request to establish a SSE connection to server.

like langflow. But when server only understand / allow GET request then client are failing.

Since this project only allow GET SSE connections, i have having trouble.

How to fix it?

Reference Docs: https://modelcontextprotocol.io/docs/concepts/transports#how-it-works

ScreenShorts:

Image Image

KunalSin9h avatar Jun 19 '25 11:06 KunalSin9h

Sorry it was issue with langflow: https://github.com/langflow-ai/langflow/issues/8429

KunalSin9h avatar Jun 19 '25 13:06 KunalSin9h