When an HTTP client cannot connect, debug the transport before you debug your tools.Documentation Index
Fetch the complete documentation index at: https://redop.useagents.site/docs/llms.txt
Use this file to discover all available pages before exploring further.
Turn on transport logs
Check the endpoint first
The MCP URL is:/mcp/health or /mcp/schema. The current transport does not mount those routes by default. If you enabled health, use that custom path for platform checks only, not as the MCP client endpoint.
What the current transport serves
POST /mcpfor JSON-RPCGET /mcpfor the event streamDELETE /mcpfor session termination- an optional health route when you enable
health
Practical compatibility notes
- the transport negotiates MCP protocol versions with the client
- it keeps a compatibility layer for local Inspector-style workflows
- it accepts client-provided session IDs for better tooling interoperability
Common checks
- make sure the client uses the
/mcppath - keep one simple tool like
pinguntil the handshake succeeds - if you are using stdio, send logs to stderr, not stdout