diff --git a/gemini-extension.json b/gemini-extension.json new file mode 100644 index 000000000..2310d912d --- /dev/null +++ b/gemini-extension.json @@ -0,0 +1,13 @@ +{ + "name": "github-mcp-server", + "version": "0.18.0", + "description": "Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.", + "mcpServers": { + "github": { + "httpUrl": "https://api.githubcopilot.com/mcp/", + "oauth": { + "enabled": true + } + } + } +} \ No newline at end of file