mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-12 12:47:42 +02:00
[eric] github mcp: point at /x/all so every toolset is exposed, not the default subset
(cherry picked from commit 0df418496d98ea769f7cddb9d95219128668fc38)
This commit is contained in:
@@ -54,7 +54,7 @@ export const INTEGRATIONS: Integration[] = [
|
||||
id: 'github',
|
||||
name: 'GitHub',
|
||||
description: 'Repos, issues, pull requests, Actions, code search, and gists. Connects with your GitHub account.',
|
||||
mcp_config: { type: 'http', url: 'https://api.githubcopilot.com/mcp/' },
|
||||
mcp_config: { type: 'http', url: 'https://api.githubcopilot.com/mcp/x/all' },
|
||||
color: '#181717',
|
||||
website: 'https://github.com/github/github-mcp-server',
|
||||
icon: (
|
||||
|
||||
Reference in New Issue
Block a user