Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getmaito.com/llms.txt

Use this file to discover all available pages before exploring further.

MCP Compatibility Matrix

Target

Support remote MCP clients over HTTP.

Matrix

TransportStatusPriorityNotes
Streamable HTTPAvailableP0POST /mcp using WebStandardStreamableHTTPServerTransport.
HTTP+SSE (legacy)Not exposedP2No separate legacy SSE endpoint is registered in apps/mcp.

Minimum Production Checklist

  1. Transport coverage:
    • Remote Streamable HTTP
  2. Auth:
    • OAuth discovery endpoints exposed and tested
    • HTTP 401 challenges with WWW-Authenticate for unauthenticated MCP requests
  3. Capability filtering:
    • tools/list only returns permitted tools
  4. Error contracts:
    • stable JSON-RPC transport errors
    • stable tool-level isError payloads
  5. Observability:
    • per-tool request logs and latency
    • tool error rate dashboards
  6. Safety:
    • rate limits and abuse controls

Rollout Recommendation

  1. Keep Streamable HTTP as canonical transport.
  2. Add new compatibility entries only when a route or transport is implemented.
  3. Keep OAuth discovery and capability-filtered tools/list covered by smoke tests.