branch:
wrangler.jsonc
464 bytesRaw
{
  "$schema": "../../node_modules/wrangler/config-schema.json",
  "name": "mcp-worker-authenticated",
  "compatibility_date": "2026-01-28",
  "compatibility_flags": ["nodejs_compat"],
  "main": "src/server.ts",
  "assets": {
    "not_found_handling": "single-page-application",
    "run_worker_first": ["/mcp", "/authorize", "/oauth/*", "/.well-known/*"]
  },
  "kv_namespaces": [
    {
      "binding": "OAUTH_KV",
      "id": "your-kv-namespace-id"
    }
  ]
}