-
Notifications
You must be signed in to change notification settings - Fork 1.5k
307 Temporary Redirect #732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
same issue. |
same |
set your streamable_http_path='/mcp/' |
9 tasks
hey, it took me a while to figure this out, I even raised an issue! thanks everyone for your help! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
INFO: 127.0.0.1:56991 - "POST /mcp HTTP/1.1" 307 Temporary Redirect
INFO: 127.0.0.1:56991 - "POST /mcp/ HTTP/1.1" 200 OK
After using
mcp.run(transport="streamable-http")
to start the server, why does the client always redirect to '/mcp/' when requesting the server?
The text was updated successfully, but these errors were encountered: