Skip to content

Commit 5f74b53

Browse files
Update readme for remote only tools (#1227)
* Add additional toolsets in remote mcp * Add copilot * Fix urls * Move copilot and spaces toolsets to remote-only section --------- Co-authored-by: LuluBeatson <lulubeatson@github.com>
1 parent 99acea6 commit 5f74b53

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ GITHUB_TOOLSETS="all" ./github-mcp-server
375375

376376
### Available Toolsets
377377

378-
The following sets of tools are available (all are on by default):
378+
The following sets of tools are available:
379379

380380
<!-- START AUTOMATED TOOLSETS -->
381381
| Toolset | Description |
@@ -400,6 +400,13 @@ The following sets of tools are available (all are on by default):
400400
| `users` | GitHub User related tools |
401401
<!-- END AUTOMATED TOOLSETS -->
402402

403+
### Additional Toolsets in Remote Github MCP Server
404+
405+
| Toolset | Description |
406+
| ----------------------- | ------------------------------------------------------------- |
407+
| `copilot` | Copilot related tools (e.g. Copilot Coding Agent) |
408+
| `copilot_spaces` | Copilot Spaces related tools |
409+
403410
## Tools
404411

405412
<!-- START AUTOMATED TOOLS -->
@@ -1167,7 +1174,7 @@ Possible options:
11671174

11681175
<details>
11691176

1170-
<summary>Copilot coding agent</summary>
1177+
<summary>Copilot</summary>
11711178

11721179
- **create_pull_request_with_copilot** - Perform task with GitHub Copilot coding agent
11731180
- `owner`: Repository owner. You can guess the owner, but confirm it with the user before proceeding. (string, required)

docs/remote-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ These toolsets are only available in the remote GitHub MCP Server and are not in
4646

4747
| Name | Description | API URL | 1-Click Install (VS Code) | Read-only Link | 1-Click Read-only Install (VS Code) |
4848
| -------------------- | --------------------------------------------- | ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
49-
| Copilot coding agent | Perform task with GitHub Copilot coding agent | https://api.githubcopilot.com/mcp/x/copilot | [Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-copilot&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fcopilot%22%7D) | [read-only](https://api.githubcopilot.com/mcp/x/copilot/readonly) | [Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-copilot&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fcopilot%2Freadonly%22%7D) |
49+
| Copilot | Copilot related tools | https://api.githubcopilot.com/mcp/x/copilot | [Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-copilot&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fcopilot%22%7D) | [read-only](https://api.githubcopilot.com/mcp/x/copilot/readonly) | [Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-copilot&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fcopilot%2Freadonly%22%7D) |
50+
| Copilot Spaces | Copilot Spaces tools | https://api.githubcopilot.com/mcp/x/copilot_spaces | [Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-copilot_spaces&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fcopilot_spaces%22%7D) | [read-only](https://api.githubcopilot.com/mcp/x/copilot_spaces/readonly) | [Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-copilot_spaces&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fcopilot_spaces%2Freadonly%22%7D) |
5051

5152
### Optional Headers
5253

0 commit comments

Comments
 (0)