You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use this go-sdk http client transport to connect to other MCP servers outside of the ones created in this sdk. The transport never connects and eventually hits the default timeout provided by the internal httpclient.
Using something like mcp-go's everything server with go run main.go -t http which serves on :8080.
I also tested this on a few other mcp servers written in the official python mcp sdk.
Additional context
It works using the SSE transport just fine against these other MCP servers. Additionally, it is successful using MCP servers created with this go-sdk like the hello example. Tested on v0.1.0-0.2.0 on windows/amd