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
| Transport | Status | Priority | Notes |
|---|---|---|---|
| Streamable HTTP | Available | P0 | POST /mcp using WebStandardStreamableHTTPServerTransport. |
| HTTP+SSE (legacy) | Not exposed | P2 | No separate legacy SSE endpoint is registered in apps/mcp. |
Minimum Production Checklist
- Transport coverage:
- Remote Streamable HTTP
- Auth:
- OAuth discovery endpoints exposed and tested
- HTTP
401challenges withWWW-Authenticatefor unauthenticated MCP requests
- Capability filtering:
tools/listonly returns permitted tools
- Error contracts:
- stable JSON-RPC transport errors
- stable tool-level
isErrorpayloads
- Observability:
- per-tool request logs and latency
- tool error rate dashboards
- Safety:
- rate limits and abuse controls
Rollout Recommendation
- Keep Streamable HTTP as canonical transport.
- Add new compatibility entries only when a route or transport is implemented.
- Keep OAuth discovery and capability-filtered
tools/listcovered by smoke tests.