Skip to main content
When you run the HTTP transport, redop mounts these routes automatically.

Routes

MethodPathPurpose
POST/mcpJSON-RPC endpoint
GET/mcpSSE stream for server-to-client events
DELETE/mcpTerminate an MCP session
GET/mcp/healthHealth check
GET/mcp/schemaOpenAPI-style tool manifest

Why /mcp/schema matters

It gives you a generated view of registered tools and their input schemas, which is useful for debugging and discovery.

Identity

The server identity returned during initialize comes from:
new Redop({
  name: "my-mcp-server",
  version: "0.1.0",
});