Serena + ChatGPT Developer Mode via Cloudflare Tunnel produces error messages on /mcp #1179
Unanswered
Alexei-WLU
asked this question in
Q&A
Replies: 2 comments 3 replies
|
Hi @Alexei-WLU . I tested the connection when I wrote the instructions in our docs for that case, chatgpt was not supporting MCP back then, so I suggested using mcpo. See here. A lot has happened since and the core team has not tried doing that recently (since codex cli/app is a better pathway to this for us). Maybe someone from the community can chip in. You can also try the mcpo route. Ofc, the error might be due to firewall or something else |
1 reply
|
But the error "stream 1 canceled by remote with error code 0" indicates that the remote (Serena) reset the stream with error code 0 (which is NO_ERROR). In HTTP/22. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I’m trying to use Serena as an MCP server for ChatGPT in Developer Mode and I’m seeing the tunnel produces error messages during MCP use after the request reaches the Serena endpoint. To clarify: I am not saying the connection drops or that ChatGPT disconnects. So it might be some ChatGPT compatibility
Environment
streamable-httphttps://mcp.alexshshsh.com/mcphttp://localhost:8000Serena start command
Cloudflare behavior
ChatGPT Developer Mode connects, but Cloudflare logs repeated errors like:
This repeats with different stream IDs and Cloudflare IPs.
Serena behavior
Serena appears to start correctly:
0.0.0.0:8000So the issue seems to be during MCP connection/handshake rather than Serena startup.
Questions
streamable-http?/mcpwith--transport streamable-httpthe correct setup for ChatGPT Developer Mode?--transport streamable-http,--context chatgpt, and exposing/mcpover HTTPS?I can provide full logs and tunnel config if useful.
All reactions