Open
Description
Describe the bug
Some MCP servers have complex URLs with query parameters. But the transport always appends an /sse
path segment to the URL by default:
Currently you can workaround this behavior by initializing the transport with an HttpRequestBuilder instead of the URL string. But it would be nice if the transport didn't make any assumptions about the server URL format.