Skip to content

Commit 45c0d39

Browse files
tonytrgCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 45519f4 commit 45c0d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/remote-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The Remote GitHub MCP server has optional headers equivalent to the Local server
6161
- `X-MCP-Readonly`: Enables only "read" tools.
6262
- Equivalent to `GITHUB_READ_ONLY` env var for Local server.
6363
- If this header is empty, "false", "f", "no", "n", "0", or "off" (ignoring whitespace and case), it will be interpreted as false. All other values are interpreted as true.
64-
- `X-MCP-Lockdown`: Enables lockdown mode, hiding public issue details created by users without push access
64+
- `X-MCP-Lockdown`: Enables lockdown mode, hiding public issue details created by users without push access.
6565
- Equivalent to `GITHUB_LOCKDOWN_MODE` env var for Local server.
6666
- If this header is empty, "false", "f", "no", "n", "0", or "off" (ignoring whitespace and case), it will be interpreted as false. All other values are interpreted as true and lockdown mode will be enabled.
6767

0 commit comments

Comments
 (0)