@eais/mcp-pages
A Cloudflare Pages app showing the library's one clean model: an
always-authenticated MCP endpoint at /api/mcp with a
full OAuth 2.1 / DCR login + consent loop. No anonymous tier.
/api/mcp URL.whoami, echo, or — as an admin —
list_users / admin_stats.Mint a device token (node scripts/mint-device-token.mjs <userId>) and send it as
Authorization: Bearer dt_….
node ../tools/mcp-doctor.mjs <this-url>
See example/README.md for the full provision + deploy steps.