Skip to content

MCP for bank id not found #78

@RockingIguana

Description

@RockingIguana

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions