这是indexloc提供的服务,不要输入任何密码
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
@thakare18
Copy link
Author

Thanks for the review The fix ensures that the client now initiates with a POST request as required by the MCP server.
Please let me know if any additional testing or documentation updates are needed before approval..

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