GitHub Repo Q&A MCP

Remote Model Context Protocol server. Bearer-auth required for /mcp. Self-hosted Hono + Bun.

Endpoints:

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"}'