Skip to content

Commit 587f09a

Browse files
chore: revert docs/remote-server.md changes
1 parent 8eca4aa commit 587f09a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/remote-server.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,18 @@ These toolsets are only available in the remote GitHub MCP Server and are not in
5353

5454
### Optional Headers
5555

56-
The Remote GitHub MCP server has optional headers equivalent to the Local server env vars or flags:
56+
The Remote GitHub MCP server has optional headers equivalent to the Local server env vars:
5757

5858
- `X-MCP-Toolsets`: Comma-separated list of toolsets to enable. E.g. "repos,issues".
59-
- Equivalent to `GITHUB_TOOLSETS` env var or `--toolsets` flag for Local server.
59+
- Equivalent to `GITHUB_TOOLSETS` env var for Local server.
6060
- If the list is empty, default toolsets will be used. Invalid or unknown toolsets are silently ignored without error and will not prevent the server from starting. Whitespace is ignored.
61-
- `X-MCP-Tools`: Comma-separated list of tools to enable. E.g. "get_file_contents,issue_read,pull_request_read".
62-
- Equivalent to `GITHUB_TOOLS` env var or `--tools` flag for Local server.
63-
- Invalid tools will throw an error and prevent the server from starting. Whitespace is ignored.
6461
- `X-MCP-Readonly`: Enables only "read" tools.
6562
- Equivalent to `GITHUB_READ_ONLY` env var for Local server.
6663
- 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.
6764
- `X-MCP-Lockdown`: Enables lockdown mode, hiding public issue details created by users without push access.
6865
- Equivalent to `GITHUB_LOCKDOWN_MODE` env var for Local server.
6966
- 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.
7067

71-
> **Looking for examples?** See the [Server Configuration Guide](./server-configuration.md) for common recipes like minimal setups, read-only mode, and combining tools with toolsets.
72-
7368
Example:
7469

7570
```json
@@ -104,4 +99,4 @@ Example:
10499
"type": "http",
105100
"url": "https://api.githubcopilot.com/mcp/x/issues/readonly"
106101
}
107-
```
102+
```

0 commit comments

Comments
 (0)