-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Exact example on the readme.md is not working the with mcp inspector it returns an error saying not reachable. 404
Inspector logs
`
New StreamableHttp connection request
Query parameters: {"url":"http://localhost:3015/mcp","transportType":"streamable-http"}
Created StreamableHttp server transport
Created StreamableHttp client transport
Client <-> Proxy sessionId: d36fc01f-91e1-4d4b-ac39-37cce8c63d2d
Error accessing endpoint (HTTP 404)
When i debug i can see the connection being received in express app and follow it till await transport.handleRequest(req, res, req.body);` post which nothing else happens.
Latest version of lib 1.20.x