84ae0092e6
* Add gemini manifest * update gemini cli docs * update docker PAT env name * Add trailing `/` for consistency Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add MCP Server description * Readd remote manual steps * Clarify method names --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
14 lines
323 B
JSON
14 lines
323 B
JSON
{
|
|
"name": "github",
|
|
"version": "1.0.0",
|
|
"mcpServers": {
|
|
"github": {
|
|
"description": "Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.",
|
|
"httpUrl": "https://api.githubcopilot.com/mcp/",
|
|
"headers": {
|
|
"Authorization": "Bearer $GITHUB_MCP_PAT"
|
|
}
|
|
}
|
|
}
|
|
}
|