We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0f973 commit 0900edeCopy full SHA for 0900ede
apps/dns-analytics/src/index.ts
@@ -89,6 +89,8 @@ export class DNSAnalyticsMCP extends McpAgent<Env, State, Props> {
89
}
90
91
92
+// TODO: Add scopes for `dns_settings:read` and `dns_analytics:read` when they are ready.
93
+// Also remove `DEV_CLOUDFLARE_API_TOKEN` env var.
94
const AnalyticsScopes = {
95
...RequiredScopes,
96
'account:read': 'See your account info such as account details, analytics, and memberships.',
0 commit comments