awesome-copilot-mcp 0.8.3 → 0.8.4

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.8.3",
4
+ "version": "0.8.4",
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.8.3",
13
+ "version": "0.8.4",
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.8.3');
88
+ .version('0.8.4');
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-05-29T09:27:54.824Z",
3
+ "generatedAt": "2026-06-08T02:34:35.655Z",
4
4
  "source": "github/awesome-copilot@main",
5
5
  "agents": [
6
6
  {
@@ -5969,6 +5969,19 @@
5969
5969
  ],
5970
5970
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/mvvm-toolkit-messenger/SKILL.md"
5971
5971
  },
5972
+ {
5973
+ "name": "namecheap",
5974
+ "description": "Manage DNS records for domains registered with Namecheap via their API. List domains, view/add/update/remove DNS host entries (A, AAAA, CNAME, MX, TXT, etc.), and guide users through API setup including public IP detection and credential configuration. Use when the user mentions Namecheap, DNS records, domain management, or wants to add/change/remove A records, CNAME records, MX records, or TXT records for their domains.",
5975
+ "tags": [],
5976
+ "path": "skills/namecheap/SKILL.md",
5977
+ "type": "skill",
5978
+ "files": [
5979
+ "SKILL.md",
5980
+ "namecheap.py",
5981
+ "references/namecheap-api.md"
5982
+ ],
5983
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/namecheap/SKILL.md"
5984
+ },
5972
5985
  {
5973
5986
  "name": "nano-banana-pro-openrouter",
5974
5987
  "description": "Generate or edit images via OpenRouter with the Gemini 3 Pro Image model. Use for prompt-only image generation, image edits, and multi-image compositing; supports 1K/2K/4K output.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awesome-copilot-mcp",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "Model Context Protocol server for awesome-copilot agents and collections",
5
5
  "main": "dist/index.js",
6
6
  "files": [