awesome-copilot-mcp 0.2.3 → 0.2.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3
3
  "name": "io.github.rbbtsnow/awesome-copilot-mcp",
4
- "version": "0.2.3",
4
+ "version": "0.2.5",
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",
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "registryType": "npm",
11
11
  "identifier": "awesome-copilot-mcp",
12
- "version": "0.2.3"
12
+ "version": "0.2.5"
13
13
  }
14
14
  ],
15
15
  "repository": {
package/README.md CHANGED
@@ -95,4 +95,4 @@ npm test
95
95
 
96
96
  ## License
97
97
 
98
- MIT
98
+ MIT
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.3');
54
+ .version('0.2.5');
55
55
  // Global options
56
56
  program
57
57
  .option('--json', 'Output in JSON format')
package/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2026-01-30T03:46:40.895Z",
3
+ "generatedAt": "2026-01-30T07:43:13.360Z",
4
4
  "source": "github/awesome-copilot@main",
5
5
  "agents": [
6
6
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awesome-copilot-mcp",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "Model Context Protocol server for awesome-copilot agents and collections",
5
5
  "main": "dist/index.js",
6
6
  "files": [