auxiliar-mcp 0.6.1 → 0.6.2

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auxiliar-mcp",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "MCP server that keeps your AI agent's infrastructure knowledge current. Chrome-verified pricing, risk flags, compatibility checks, and setup guides for 69 cloud services.",
5
5
  "type": "module",
6
6
  "main": "dist/server.js",
@@ -38,6 +38,7 @@
38
38
  "url": "https://github.com/Tlalvarez/Auxiliar-ai"
39
39
  },
40
40
  "homepage": "https://auxiliar.ai",
41
+ "mcpName": "io.github.Tlalvarez/auxiliar-mcp",
41
42
  "engines": {
42
43
  "node": ">=18.0.0"
43
44
  },