Remote Model Context Protocol server. Bearer-auth required for /mcp. Self-hosted Hono + Bun.
Endpoints:
GET /health — liveness (no auth)POST /mcp — MCP JSON-RPC (Bearer auth)curl -i -X POST $URL/mcp \
-H "Authorization: Bearer $API_TOKEN" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'