Skip to content

Commit 0900ede

Browse files
committed
Add TODOs.
1 parent df0f973 commit 0900ede

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/dns-analytics/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ export class DNSAnalyticsMCP extends McpAgent<Env, State, Props> {
8989
}
9090
}
9191

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.
9294
const AnalyticsScopes = {
9395
...RequiredScopes,
9496
'account:read': 'See your account info such as account details, analytics, and memberships.',

0 commit comments

Comments
 (0)