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: .github/workflows/gemini-invoke.yml
+1-25Lines changed: 1 addition & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -92,34 +92,10 @@ jobs:
92
92
"GITHUB_PERSONAL_ACCESS_TOKEN",
93
93
"ghcr.io/github/github-mcp-server:v0.27.0"
94
94
],
95
-
"includeTools": [
96
-
"add_issue_comment",
97
-
"issue_read",
98
-
"list_issues",
99
-
"search_issues",
100
-
"pull_request_read",
101
-
"list_pull_requests",
102
-
"search_pull_requests",
103
-
"get_commit",
104
-
"get_file_contents",
105
-
"list_commits",
106
-
"search_code"
107
-
],
108
95
"env": {
109
96
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
110
97
}
111
98
}
112
-
},
113
-
"tools": {
114
-
"core": [
115
-
"run_shell_command(cat)",
116
-
"run_shell_command(echo)",
117
-
"run_shell_command(grep)",
118
-
"run_shell_command(head)",
119
-
"run_shell_command(tail)"
120
-
]
121
99
}
122
100
}
123
-
prompt: |-
124
-
/gemini-invoke
125
-
[IMPORTANT] When you need to call tools to read GitHub information, please use names like `issue_read` and `pull_request_read` directly. Do NOT add any prefixes like `github:` or `mcp_github_`!
0 commit comments