Skip to content

docs: document MCP server permissions#372

Open
EfeDurmaz16 wants to merge 1 commit into
cloudflare:mainfrom
EfeDurmaz16:efe/document-required-permissions-307
Open

docs: document MCP server permissions#372
EfeDurmaz16 wants to merge 1 commit into
cloudflare:mainfrom
EfeDurmaz16:efe/document-required-permissions-307

Conversation

@EfeDurmaz16
Copy link
Copy Markdown

Summary

  • Adds a Required Cloudflare permissions section to each MCP server README that declares Cloudflare OAuth scopes in its app entrypoint.
  • Lists the corresponding API token permission names users should look for when configuring token-based access.
  • Calls out OAuth-only offline_access and the Workers Observability telemetry query permission nuance.

Closes #307.

Verification

  • pnpm install --frozen-lockfile
  • pnpm exec prettier --check apps/*/README.md
  • git diff --check
  • pnpm check:format (exits 0; emits existing [prettier-plugin-sort-imports] parser warning before reporting all matched files formatted)
  • pnpm test (8 files, 97 tests passed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: document required OAuth scopes and API token permissions per server

1 participant