Skip to content

Commit 65f24e2

Browse files
committed
small doc update to add x-mcp-tools header
1 parent 3e1fca0 commit 65f24e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/remote-server.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ These toolsets are only available in the remote GitHub MCP Server and are not in
5656
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 for Local server.
59+
- Equivalent to `GITHUB_TOOLSETS` env var or `--toolsets` flag 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.
6164
- `X-MCP-Readonly`: Enables only "read" tools.
6265
- Equivalent to `GITHUB_READ_ONLY` env var for Local server.
6366
- 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.

0 commit comments

Comments
 (0)