Skip to content

Commit fe8f9bb

Browse files
committed
.gemini/settings.json: GitHub MCP Server trust = false not true (whoa)
See google-gemini/gemini-cli#5512 and github/github-mcp-server#1085.
1 parent 916acdf commit fe8f9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotfiles/.gemini/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"mcpServers": {
44
"github": {
55
"httpUrl": "https://api.githubcopilot.com/mcp/",
6-
"trust": true,
6+
"trust": false,
77
"headers": {
88
"Authorization": "Bearer $GITHUB_PAT"
99
}

0 commit comments

Comments
 (0)