Skip to content

Commit b37be61

Browse files
committed
Merge branch 'tonytrg/add-default' of github.com:github/github-mcp-server into tonytrg/add-default
2 parents 69b1a3a + 4993295 commit b37be61

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ GITHUB_TOOLSETS="default,stargazers" ./github-mcp-server
388388

389389
### Available Toolsets
390390

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

393393
<!-- START AUTOMATED TOOLSETS -->
394394
| Toolset | Description |
@@ -413,6 +413,14 @@ The following sets of tools are available (all are on by default):
413413
| `users` | GitHub User related tools |
414414
<!-- END AUTOMATED TOOLSETS -->
415415

416+
### Additional Toolsets in Remote Github MCP Server
417+
418+
| Toolset | Description |
419+
| ----------------------- | ------------------------------------------------------------- |
420+
| `copilot` | Copilot related tools (e.g. Copilot Coding Agent) |
421+
| `copilot_spaces` | Copilot Spaces related tools |
422+
| `github_support_docs_search` | Search docs to answer GitHub product and support questions |
423+
416424
## Tools
417425

418426
<!-- START AUTOMATED TOOLS -->
@@ -1180,7 +1188,7 @@ Possible options:
11801188

11811189
<details>
11821190

1183-
<summary>Copilot coding agent</summary>
1191+
<summary>Copilot</summary>
11841192

11851193
- **create_pull_request_with_copilot** - Perform task with GitHub Copilot coding agent
11861194
- `owner`: Repository owner. You can guess the owner, but confirm it with the user before proceeding. (string, required)
@@ -1202,6 +1210,14 @@ Possible options:
12021210
- **list_copilot_spaces** - List Copilot Spaces
12031211
</details>
12041212

1213+
<details>
1214+
1215+
<summary>GitHub Support Docs Search</summary>
1216+
1217+
- **github_support_docs_search** - Retrieve documentation relevant to answer GitHub product and support questions. Support topics include: GitHub Actions Workflows, Authentication, GitHub Support Inquiries, Pull Request Practices, Repository Maintenance, GitHub Pages, GitHub Packages, GitHub Discussions, Copilot Spaces
1218+
- `query`: Input from the user about the question they need answered. This is the latest raw unedited user message. You should ALWAYS leave the user message as it is, you should never modify it. (string, required)
1219+
</details>
1220+
12051221
## Dynamic Tool Discovery
12061222

12071223
**Note**: This feature is currently in beta and may not be available in all environments. Please test it out and let us know if you encounter any issues.

docs/remote-server.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ 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) |
51+
| GitHub support docs search | Retrieve documentation to answer GitHub product and support questions. Topics include: GitHub Actions Workflows, Authentication, ... | https://api.githubcopilot.com/mcp/x/github_support_docs_search | [Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-support&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fgithub_support_docs_search%22%7D) | [read-only](https://api.githubcopilot.com/mcp/x/github_support_docs_search/readonly) | [Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-support&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fgithub_support_docs_search%2Freadonly%22%7D) |
5052

5153
### Optional Headers
5254

0 commit comments

Comments
 (0)