Skip to content

Commit ee5658f

Browse files
committed
feat: add Agent Plugins 1.0 package
1 parent febc329 commit ee5658f

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

agent-plugin/mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
3+
"mcpServers": {
4+
"github": {
5+
"type": "streamable-http",
6+
"url": "https://api.githubcopilot.com/mcp/"
7+
}
8+
}
9+
}

agent-plugin/plugin.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
3+
"name": "github-mcp-server",
4+
"description": "Work with GitHub repositories, issues, pull requests, reviews, and code search through MCP.",
5+
"author": {
6+
"name": "GitHub",
7+
"url": "https://github.com/"
8+
},
9+
"homepage": "https://github.com/github/github-mcp-server",
10+
"repository": "https://github.com/github/github-mcp-server",
11+
"license": "MIT",
12+
"keywords": ["code-search", "github", "issues", "mcp", "pull-requests"]
13+
}

0 commit comments

Comments
 (0)