From 8e1c98ac090c04f0c819de337a717bd2272b0e5c Mon Sep 17 00:00:00 2001 From: tonytrg Date: Wed, 15 Oct 2025 11:58:53 +0200 Subject: [PATCH 1/2] adding gemini extension --- gemini-extension.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gemini-extension.json diff --git a/gemini-extension.json b/gemini-extension.json new file mode 100644 index 000000000..740178488 --- /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 From 4d2a1bbe7a543c87598de604ef590c3f0073eab5 Mon Sep 17 00:00:00 2001 From: tonytrg Date: Wed, 15 Oct 2025 12:23:05 +0200 Subject: [PATCH 2/2] fix naming --- gemini-extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemini-extension.json b/gemini-extension.json index 740178488..2310d912d 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,5 +1,5 @@ { - "name": "GitHub MCP Server", + "name": "github-mcp-server", "version": "0.18.0", "description": "Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.", "mcpServers": {