awesome-copilot-mcp 0.2.10 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mcp/server.json +3 -3
- package/dist/cli.js +1 -1
- package/metadata.json +1 -1
- package/package.json +1 -1
package/.mcp/server.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
-
"name": "io.github.
|
|
4
|
-
"version": "0.2.
|
|
3
|
+
"name": "io.github.RbBtSn0w/awesome-copilot-mcp",
|
|
4
|
+
"version": "0.2.11",
|
|
5
5
|
"description": "Model Context Protocol server for awesome-copilot agents and collections",
|
|
6
6
|
"title": "Awesome Copilot MCP Server",
|
|
7
7
|
"websiteUrl": "https://github.com/RbBtSn0w/awesome-copilot-mcp",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"registryType": "npm",
|
|
11
11
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
12
12
|
"identifier": "awesome-copilot-mcp",
|
|
13
|
-
"version": "0.2.
|
|
13
|
+
"version": "0.2.11",
|
|
14
14
|
"transport": {
|
|
15
15
|
"type": "stdio"
|
|
16
16
|
}
|
package/dist/cli.js
CHANGED
|
@@ -51,7 +51,7 @@ const program = new commander_1.Command();
|
|
|
51
51
|
program
|
|
52
52
|
.name('awesome-copilot-mcp')
|
|
53
53
|
.description('Model Context Protocol server for awesome-copilot agents and collections')
|
|
54
|
-
.version('0.2.
|
|
54
|
+
.version('0.2.11');
|
|
55
55
|
// Global options
|
|
56
56
|
program
|
|
57
57
|
.option('--json', 'Output in JSON format')
|
package/metadata.json
CHANGED