Skip to content

Commit edacb34

Browse files
authored
Create settings.json
1 parent 0bcc83d commit edacb34

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gemini/settings.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"mcpServers": {
3+
"github": {
4+
"httpUrl": "https://api.githubcopilot.com/mcp/",
5+
"headers": {
6+
"Authorization": "<YOUR_GITHUB_PAT_you will need to have a Personal Access Token (PAT) from Github>"
7+
},
8+
"timeout": 5000
9+
}
10+
},
11+
"security": {
12+
"auth": {
13+
"selectedType": "oauth-personal"
14+
}
15+
},
16+
"ui": {
17+
"theme": "Default"
18+
}
19+
}

0 commit comments

Comments
 (0)