From what I can tell by reading the code, Langflow tries to discover the list of tool using a GET request and apollo mcp throws a 405, curl -N http://localhost:5005/mcp -H "Accept:text/event-stream" -v
. I'm not sure which side should be using/accepting a different method, but decide to open the question on this side.
Steps to reproduce:
- Download langflow
- Start Apollo MCP in stateless mode
- create an mcp tool
- get a 405