I’m able to use the /mcp
endpioint on my LangGraph Platform deployment. However when running the server locally, I get a 404 on that endpoint.
I’m using the latestlanggraph-cli
(js) 0.0.64.
Could it be that there is only support for this in the Python cli package?
Hey @MartijnLeplae ! I believe /mcp endpoint is a LangGraph Platform specific feature so may not work locally!
Hi @catherine-langchain , thanks for answering.
Aren’t there any other LangGraph Platform specific features that are available locally such as custom auth or custom routes for example? Would be nice to have the mcp feature locally as well for testing.