Skip to main content

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

MethodPathPurpose
POST/mcpJSON-RPC endpoint
GET/mcpEvent stream
DELETE/mcpSession termination

Current defaults

  • path: /mcp
  • hostname: 127.0.0.1
  • port: 3000
  • session timeout: 60_000 ms

Protocol versions

The current transport negotiates:
  • 2025-11-25
  • 2025-03-26
  • 2024-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: true logs requests, session behavior, protocol negotiation, and responses to stderr

Current caveats

  • tls changes the reported URL scheme, but the transport does not currently boot Bun TLS from that option
  • cors is handled by a simple built-in response instead of the full typed CorsOptions policy surface