Skip to content

Conversation

thakare18
Copy link

resolves issue/Bug id #4411

What is in this change?

This PR addresses an issue where streamable MCP servers fail to start because the client sends a GET request first. These servers only accept POST requests, which leads to an HTTP 405 (Method Not Allowed) error.

  • Fix: The client is updated to start directly with a POST request, bypassing the unnecessary GET request that was causing the error.

… start because the client sends a GET request first. These servers only accept POST requests, so they return HTTP 405, causing an error. The client should start directly with POST.
@timothycarambat timothycarambat added the PR:needs review Needs review by core team label Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR:needs review Needs review by core team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants