Skip to content

Commit a911938

Browse files
committed
update docs
1 parent b466148 commit a911938

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
@@ -57,7 +57,7 @@ The Remote GitHub MCP server has optional headers equivalent to the Local server
5757

5858
- `X-MCP-Toolsets`: Comma-separated list of toolsets to enable. E.g. "repos,issues".
5959
- Equivalent to `GITHUB_TOOLSETS` env var for Local server.
60-
- If the list is empty, default toolsets will be used. If a bad toolset is provided, the server will fail to start and emit a 400 bad request status. Whitespace is ignored.
60+
- 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.
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.

0 commit comments

Comments
 (0)