-
Notifications
You must be signed in to change notification settings - Fork 858
Remote MCP server using typescript doesn't function correctly #445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Tried the same with mcp-server and adding to Claude Desktop; leading to the same result. |
That's probably because claude.ai is still using old MCP version. I doubt it supports 2025-03-26. In press release you can see Zapier and the rest use |
Closed connection is likely due to failed negotation of the protocol version. Code in https://github.com/modelcontextprotocol/typescript-sdk/blob/main/src/examples/server/simpleStatelessStreamableHttp.ts has no backward compatibility for SSE standard |
Also encountered this.. anyone has a workaround or fork of the sdk with a fix? |
I am also experiencing this isse, hoping for a fix soon! |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
it should pick up on the server and tools
Logs
If applicable, add logs to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: