Open
Description
Describe the bug
Some MCP servers respond with absolute URIs in the endpoint event:
event: endpoint
data: https://www.mcp.run/api/mcp/sse?sid=123456
The SseClientTransport assumes that the endpoint is always going to be relative URI, which doesn't work for cases like the above.
Ideally the client should check if the endpoint is an absolute URI, and if so use that without adding any prefixes.