Skip to content

Commit 9aef435

Browse files
Fix server-configuration.md scope filtering description
1 parent 4deaa83 commit 9aef435

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/server-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,11 @@ Lockdown mode ensures the server only surfaces content in public repositories fr
333333

334334
### Scope Filtering
335335

336-
**Automatic feature:** The server automatically detects your PAT's OAuth scopes and only shows tools you have permission to use.
336+
**Automatic feature:** The server automatically detects your classic PAT's OAuth scopes and only shows tools you have permission to use.
337337

338-
This happens transparently at startup - no configuration needed. If scope detection fails (e.g., network issues), the server logs a warning and continues with all tools available.
338+
This happens transparently at startup for classic PATs (`ghp_` prefix)—no configuration needed. If scope detection fails (e.g., network issues), the server logs a warning and continues with all tools available.
339339

340-
See [OAuth Scope Filtering](./scope-filtering.md) for details on which scopes enable which tools.
340+
Each tool in the [README](../README.md#tools) lists its required and accepted OAuth scopes. See [Scope Filtering](./scope-filtering.md) for details on how filtering works with different token types.
341341

342342
---
343343

0 commit comments

Comments
 (0)