@hoststack.dev/mcp 0.12.0 → 0.13.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hoststack.dev/mcp",
3
- "version": "0.12.0",
3
+ "version": "0.13.1",
4
4
  "description": "MCP server for HostStack — manage projects, services, deploys, databases, domains, DNS records, env vars, and cron jobs from any MCP-capable agent.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -54,7 +54,7 @@
54
54
  "node": ">=18"
55
55
  },
56
56
  "dependencies": {
57
- "@hoststack.dev/sdk": "^0.10.0",
57
+ "@hoststack.dev/sdk": "0.9.1",
58
58
  "@modelcontextprotocol/sdk": "^1.29.0",
59
59
  "zod": "^4.4.3"
60
60
  },