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.
Routes
| Method | Path | Purpose |
|---|---|---|
POST | /mcp | JSON-RPC endpoint |
GET | /mcp | Event stream |
DELETE | /mcp | Session termination |
Current defaults
- path:
/mcp - hostname:
127.0.0.1 - port:
3000 - session timeout:
60_000ms
Protocol versions
The current transport negotiates:2025-11-252025-03-262024-11-05
Practical behavior
- the transport supports streamable HTTP-style MCP traffic
- it keeps compatibility behavior for local Inspector-style SSE flows
- it can adopt client-provided session IDs for local tooling interoperability
- it exposes an optional health route when you enable
health debug: truelogs requests, session behavior, protocol negotiation, and responses to stderr
Current caveats
tlschanges the reported URL scheme, but the transport does not currently boot Bun TLS from that optioncorsis handled by a simple built-in response instead of the full typedCorsOptionspolicy surface