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
+49-10Lines changed: 49 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -426,12 +426,18 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
426
426
427
427
## Tools
428
428
429
-
### Users
429
+
<details>
430
+
431
+
<summary>User</summary>
430
432
431
433
-**get_me** - Get details of the authenticated user
432
434
- No parameters required
433
435
434
-
### Issues
436
+
</details>
437
+
438
+
<details>
439
+
440
+
<summary>Issues</summary>
435
441
436
442
-**get_issue** - Gets the contents of an issue within a repository
437
443
@@ -499,8 +505,11 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
499
505
-`issueNumber`: Issue number (number, required)
500
506
-_Note_: This tool can help with creating a Pull Request with source code changes to resolve the issue. More information can be found at [GitHub Copilot documentation](https://docs.github.com/en/copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-tasks/about-assigning-tasks-to-copilot)
501
507
508
+
</details>
502
509
503
-
### Pull Requests
510
+
<details>
511
+
512
+
<summary>Pull Requests</summary>
504
513
505
514
-**get_pull_request** - Get details of a specific pull request
506
515
@@ -667,7 +676,11 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
667
676
-`pullNumber`: Pull request number (number, required)
668
677
-_Note_: Currently, this tool will only work for github.com
669
678
670
-
### Repositories
679
+
</details>
680
+
681
+
<details>
682
+
683
+
<summary>Repositories</summary>
671
684
672
685
-**create_or_update_file** - Create or update a single file in a repository
673
686
-`owner`: Repository owner (string, required)
@@ -761,7 +774,11 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
761
774
-`page`: Page number (number, optional)
762
775
-`perPage`: Results per page (number, optional)
763
776
764
-
### Users
777
+
</details>
778
+
779
+
<details>
780
+
781
+
<summary>User</summary>
765
782
766
783
-**search_users** - Search for GitHub users
767
784
-`q`: Search query (string, required)
@@ -770,7 +787,11 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
770
787
-`page`: Page number (number, optional)
771
788
-`perPage`: Results per page (number, optional)
772
789
773
-
### Actions
790
+
</details>
791
+
792
+
<details>
793
+
794
+
<summary>Actions</summary>
774
795
775
796
-**list_workflows** - List workflows in a repository
776
797
@@ -874,7 +895,11 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
874
895
-`repo`: Repository name (string, required)
875
896
-`run_id`: Workflow run ID (number, required)
876
897
877
-
### Code Scanning
898
+
</details>
899
+
900
+
<details>
901
+
902
+
<summary>Code Scanning</summary>
878
903
879
904
-**get_code_scanning_alert** - Get a code scanning alert
880
905
@@ -890,7 +915,11 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
890
915
-`severity`: Alert severity (string, optional)
891
916
-`tool_name`: The name of the tool used for code scanning (string, optional)
892
917
893
-
### Secret Scanning
918
+
</details>
919
+
920
+
<details>
921
+
922
+
<summary>Secret Scanning</summary>
894
923
895
924
-**get_secret_scanning_alert** - Get a secret scanning alert
896
925
@@ -905,7 +934,11 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
905
934
-`secret_type`: The secret types to be filtered for in a comma-separated list (string, optional)
906
935
-`resolution`: The resolution status (string, optional)
907
936
908
-
### Notifications
937
+
</details>
938
+
939
+
<details>
940
+
941
+
<summary>Notifications</summary>
909
942
910
943
-**list_notifications** – List notifications for a GitHub user
911
944
-`filter`: Filter to apply to the response (`default`, `include_read_notifications`, `only_participating`)
@@ -937,9 +970,13 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
937
970
-`repo`: The name of the repository (string, required)
938
971
-`action`: Action to perform: `ignore`, `watch`, or `delete` (string, required)
939
972
973
+
</details>
974
+
940
975
## Resources
941
976
942
-
### Repository Content
977
+
<details>
978
+
979
+
<summary>Repository Content</summary>
943
980
944
981
-**Get Repository Content**
945
982
Retrieves the content of a repository at a specific path.
@@ -990,6 +1027,8 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
990
1027
-`prNumber`: Pull request number (string, required)
991
1028
-`path`: File or directory path (string, optional)
992
1029
1030
+
</details>
1031
+
993
1032
## Library Usage
994
1033
995
1034
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