Skip to content

Commit 8bfb649

Browse files
committed
fix: update OAuth scope to use mcp:access instead of generic read write
1 parent 05062e5 commit 8bfb649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/mcp-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class PageIndexMcpClient {
3232
token_endpoint_auth_method: 'none', // Public client by default
3333
grant_types: ['authorization_code'],
3434
response_types: ['code'],
35-
scope: 'read write',
35+
scope: 'mcp:access',
3636
},
3737
);
3838
}

0 commit comments

Comments
 (0)