Skip to content

Commit eff8c07

Browse files
committed
Add gemini manifest
1 parent 7b4b292 commit eff8c07

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

gemini-extension.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "github",
3+
"version": "1.0.0",
4+
"mcpServers": {
5+
"github": {
6+
"httpUrl": "https://api.githubcopilot.com/mcp",
7+
"headers": {
8+
"Authorization": "Bearer $GITHUB_MCP_PAT"
9+
}
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)