Description Describe the bug
Unable to connect over streamable-http
UI hangs in "Connecting..." state until the page is refreshed
No error message in web app
No error logs in console, on both browser and node side
Last browser request is GET http://localhost:6274/api/mcp/events?sessionId=xxx, which never finishes
To Reproduce
Started Forgejo MCP in Docker container
image git.b4mad.industries/agentic-forges/forgejo-mcp
command --transport http --url [redacted]
bound to port 8080
token not needed for testing the connection
Connected from Claude Code - OK
type: http
url: http://localhost:8080/mcp
Connected from inspector v1.0.1 - OK
Connected from inspector v2.0.0 - hangs indefinitely
Expected behavior
Connect to the MCP server (works in v1.0.1 - tested both versions against the same server process)
Logs
None except the startup message Opening browser...
Additional context
Inspector is running in default configuration
Tried all three options in Protocol Era setting
Tried to disable Advertised Extensions
Reactions are currently unavailable
You can’t perform that action at this time.
Describe the bug
GET http://localhost:6274/api/mcp/events?sessionId=xxx, which never finishesTo Reproduce
git.b4mad.industries/agentic-forges/forgejo-mcp--transport http --url [redacted]8080httphttp://localhost:8080/mcpv1.0.1- OKv2.0.0- hangs indefinitelyExpected behavior
v1.0.1- tested both versions against the same server process)Logs
Opening browser...Additional context