File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments