You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -900,7 +900,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
900
900
901
901
-**get_file_contents** - Get file or directory contents
902
902
-`owner`: Repository owner (username or organization) (string, required)
903
-
-`path`: Path to file/directory (directories must end with a slash '/') (string, required)
903
+
-`path`: Path to file/directory (directories must end with a slash '/') (string, optional)
904
904
-`ref`: Accepts optional git refs such as `refs/tags/{tag}`, `refs/heads/{branch}` or `refs/pull/{pr_number}/head` (string, optional)
905
905
-`repo`: Repository name (string, required)
906
906
-`sha`: Accepts optional commit SHA. If specified, it will be used instead of ref (string, optional)
@@ -983,6 +983,21 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
983
983
</details>
984
984
<!-- END AUTOMATED TOOLS -->
985
985
986
+
### Additional Tools in Remote Github MCP Server
987
+
988
+
<details>
989
+
990
+
<summary>Copilot coding agent</summary>
991
+
992
+
-**create_pull_request_with_copilot** - Perform task with GitHub Copilot coding agent
993
+
-`owner`: Repository owner. You can guess the owner, but confirm it with the user before proceeding. (string, required)
994
+
-`repo`: Repository name. You can guess the repository name, but confirm it with the user before proceeding. (string, required)
995
+
-`problem_statement`: Detailed description of the task to be performed (e.g., 'Implement a feature that does X', 'Fix bug Y', etc.) (string, required)
996
+
-`title`: Title for the pull request that will be created (string, required)
997
+
-`base_ref`: Git reference (e.g., branch) that the agent will start its work from. If not specified, defaults to the repository's default branch (string, optional)
998
+
999
+
</details>
1000
+
986
1001
## Library Usage
987
1002
988
1003
The exported Go API of this module should currently be considered unstable, and subject to breaking changes. In the future, we may offer stability; please file an issue if there is a use case where this would be valuable.
Copy file name to clipboardExpand all lines: docs/remote-server.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Easily connect to the GitHub MCP Server using the hosted version – no local se
10
10
11
11
The remote GitHub MCP server is built using this repository as a library, and binding it into GitHub server infrastructure with an internal repository. You can open issues and propose changes in this repository, and we regularly update the remote server to include the latest version of this code.
12
12
13
+
The remote server has [additional tools](#toolsets-only-available-in-the-remote-mcp-server) that are not available in the local MCP server, such as the `create_pull_request_with_copilot` tool for invoking Copilot coding agent.
14
+
13
15
## Remote MCP Toolsets
14
16
15
17
Below is a table of available toolsets for the remote GitHub MCP Server. Each toolset is provided as a distinct URL so you can mix and match to create the perfect combination of tools for your use-case. Add `/readonly` to the end of any URL to restrict the tools in the toolset to only those that enable read access. We also provide the option to use [headers](#headers) instead.
@@ -33,6 +35,14 @@ Below is a table of available toolsets for the remote GitHub MCP Server. Each to
33
35
34
36
<!-- END AUTOMATED TOOLSETS -->
35
37
38
+
### Additional _Remote_ Server Toolsets
39
+
40
+
These toolsets are only available in the remote GitHub MCP Server and are not included in the local MCP server.
41
+
42
+
| Name | Description | API URL | 1-Click Install (VS Code) | Read-only Link | 1-Click Read-only Install (VS Code) |
0 commit comments