Skip to content

Commit 7292360

Browse files
authored
Update README.md
1 parent 3341e6b commit 7292360

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,21 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
982982
</details>
983983
<!-- END AUTOMATED TOOLS -->
984984

985+
### Additional Tools in Remote Github MCP Server
986+
987+
<details>
988+
989+
<summary>Copilot coding agent</summary>
990+
991+
- **create_pull_request_with_copilot** - Perform task with GitHub Copilot coding agent
992+
- `owner`: Repository owner. You can guess the owner, but confirm it with the user before proceeding. (string, required)
993+
- `repo`: "Repository name. You can guess the repository name, but confirm it with the user before proceeding. (string, required)
994+
- `problem_statement`: Detailed description of the task to be performed (e.g., 'Implement a feature that does X', 'Fix bug Y', etc.) (string, required)
995+
- `title`: Title for the pull request that will be created (string, required)
996+
- `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)
997+
998+
</details>
999+
9851000
## Library Usage
9861001

9871002
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.

0 commit comments

Comments
 (0)