awesome-copilot-mcp 0.2.12 → 0.2.13

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.2.12",
4
+ "version": "0.2.13",
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.12",
13
+ "version": "0.2.13",
14
14
  "transport": {
15
15
  "type": "stdio"
16
16
  }
package/README.md CHANGED
@@ -6,10 +6,17 @@
6
6
 
7
7
  A Model Context Protocol (MCP) server that provides access to [awesome-copilot](https://github.com/github/awesome-copilot) agents and collection resources.
8
8
 
9
- ## Quick Start (No Installation Required)
9
+ ## Quick Start
10
10
 
11
- [![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_awesome--copilot-0098FF?style=flat-square&logo=visualstudiocode&logoColor=ffffff)](vscode:mcp/install?%7B%22name%22%3A%22awesome-copilot%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22awesome-copilot-mcp%22%2C%22start%22%5D%7D) [![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_awesome--copilot-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=ffffff)](vscode-insiders:mcp/install?%7B%22name%22%3A%22awesome-copilot%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22awesome-copilot-mcp%22%2C%22start%22%5D%7D)
11
+ ### One-Click Installation for VS Code
12
12
 
13
+ Click the badge to install directly in VS Code (will prompt to open VS Code):
14
+
15
+ [![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_awesome--copilot-0098FF?style=flat-square&logo=visualstudiocode&logoColor=ffffff)](vscode://mcp/install?config=%7B%22name%22%3A%22awesome-copilot%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22awesome-copilot-mcp%22%2C%22start%22%5D%7D) [![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_awesome--copilot-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=ffffff)](vscode-insiders://mcp/install?config=%7B%22name%22%3A%22awesome-copilot%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22awesome-copilot-mcp%22%2C%22start%22%5D%7D)
16
+
17
+ > **Note:** Requires GitHub Copilot extension in VS Code. Click the badge on GitHub to trigger the installation prompt.
18
+
19
+ ### Manual Configuration
13
20
 
14
21
  Add to your MCP Client configuration (e.g., Claude Desktop or VS Code):
15
22
 
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.12');
54
+ .version('0.2.13');
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-30T08:45:56.479Z",
3
+ "generatedAt": "2026-01-30T11:01:06.779Z",
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.12",
3
+ "version": "0.2.13",
4
4
  "description": "Model Context Protocol server for awesome-copilot agents and collections",
5
5
  "main": "dist/index.js",
6
6
  "files": [