awesome-copilot-mcp 0.6.2 → 0.7.0

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-12-11/server.schema.json",
3
3
  "name": "io.github.RbBtSn0w/awesome-copilot-mcp",
4
- "version": "0.6.2",
4
+ "version": "0.7.0",
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.6.2",
13
+ "version": "0.7.0",
14
14
  "transport": {
15
15
  "type": "stdio"
16
16
  }
package/dist/cli.js CHANGED
@@ -85,7 +85,7 @@ const program = new commander_1.Command();
85
85
  program
86
86
  .name('awesome-copilot-mcp')
87
87
  .description('Model Context Protocol server for awesome-copilot agents and collections')
88
- .version('0.6.2');
88
+ .version('0.7.0');
89
89
  // Global options
90
90
  program
91
91
  .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-04-04T08:03:25.340Z",
3
+ "generatedAt": "2026-04-04T14:44:24.583Z",
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.6.2",
3
+ "version": "0.7.0",
4
4
  "description": "Model Context Protocol server for awesome-copilot agents and collections",
5
5
  "main": "dist/index.js",
6
6
  "files": [