-
Notifications
You must be signed in to change notification settings - Fork 94
Description
Hello,
I've been running hindsight on docker with the latest provided image ghcr.io/vectorize-io/hindsight:latest
Everything is working fine, except using the mcp server.
According to the startup log it's running
INFO - hindsight_api.api - MCP server enabled at /mcp/{bank_id}/sse
When I browse to http://localhost:8888/mcp it gives me a useful error response {"error": "bank_id required in path: /mcp/{bank_id}/"}. This means the api is running and is reachable.
So when I use http://localhost:8888/mcp/my-bank-id it responds with Not Found.
When accessing the bank through the control plane with http://localhost:9999/banks/my-bank-id, it's working fine.
The documentation at mcp-server is basically telling the same.
It would be nice if someone could figure out what's wrong. If any further information is required, please let me know.