Skip to content

Commit 8e1c98a

Browse files
committed
adding gemini extension
1 parent 0188cc0 commit 8e1c98a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

gemini-extension.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "GitHub MCP Server",
3+
"version": "0.18.0",
4+
"description": "Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.",
5+
"mcpServers": {
6+
"github": {
7+
"httpUrl": "https://api.githubcopilot.com/mcp/",
8+
"oauth": {
9+
"enabled": true
10+
}
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)