Skip to content

Commit 3a97dd4

Browse files
committed
fix typos
1 parent fd7c261 commit 3a97dd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/remote-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ These toolsets are only available in the remote GitHub MCP Server and are not in
4949

5050
The Remote GitHub MCP server has optional headers equivalent to the Local server env vars:
5151

52-
- `X-MCP-Toolsets`: Comma-separated list of toolsets to enable. E.g. "repos,issue".
52+
- `X-MCP-Toolsets`: Comma-separated list of toolsets to enable. E.g. "repos,issues".
5353
- Equivalent to `GITHUB_TOOLSETS` env var for Local server.
5454
- 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.
5555
- `X-MCP-Readonly`: Enables only "read" tools.
@@ -60,10 +60,10 @@ Example:
6060

6161
```json
6262
{
63-
"type": "https",
63+
"type": "http",
6464
"url": "https://api.githubcopilot.com/mcp/",
6565
"headers": {
66-
"X-MCP-Toolsets": "issues",
66+
"X-MCP-Toolsets": "repos,issues",
6767
"X-MCP-Readonly": "true"
6868
}
6969
}
@@ -81,7 +81,7 @@ Example:
8181

8282
```json
8383
{
84-
"type": "https",
84+
"type": "http",
8585
"url": "https://api.githubcopilot.com/mcp/x/issues/readonly"
8686
}
8787
```

0 commit comments

Comments
 (0)