Skip to content

Commit 34730c1

Browse files
committed
Add troubleshooting for wrong transport/endpoint combination
Add documentation explaining that SSE transport requires /sse endpoint and Streamable HTTP requires /mcp endpoint. This is a common mistake when using MCP Inspector.
1 parent 78f87bb commit 34730c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,13 @@ The script:
455455
- **Solution**:
456456
- Use the full URL with http:// prefix: `http://localhost:3232/mcp`
457457
- Ensure **both** auth and MCP servers are running (`npm run dev`)
458+
459+
### "Wrong endpoint for SSE transport" or SSE connection fails to `/mcp`
460+
- **Cause**: Using SSE transport with Streamable HTTP endpoint
461+
- **Solution**:
462+
- For **SSE transport** (legacy): Use `http://localhost:3232/sse`
463+
- For **Streamable HTTP** (recommended): Use `http://localhost:3232/mcp`
464+
- In MCP Inspector: Match transport type with the correct endpoint
458465

459466
### "Cannot connect to Docker daemon"
460467
- **Cause**: Docker/OrbStack not running

0 commit comments

Comments
 (0)