@hoststack.dev/mcp 0.4.0 → 0.5.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/manifest.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://anthropic.com/schemas/connectors/v1.json",
3
3
  "name": "HostStack",
4
4
  "slug": "hoststack",
5
- "description": "Deploy and manage web services, databases, cron jobs, and domains on European infrastructure — 31 tools covering projects, services, deploys, databases, domains, env vars, cron, runtime/build logs, and the team activity audit. Includes 3 guided prompts (diagnose failed deploys, status check, secret rotation) and 1 orientation resource.",
5
+ "description": "Deploy and manage web services, databases, cron jobs, and domains on European infrastructure — 39 tools covering projects, services, deploys, environments, databases, volumes, domains, env vars, cron, runtime/build logs, and the team activity audit. Includes 3 guided prompts (diagnose failed deploys, status check, secret rotation) and 1 orientation resource.",
6
6
  "category": "developer-tools",
7
7
  "vendor": {
8
8
  "name": "HostStack",
@@ -30,7 +30,7 @@
30
30
  "links": {
31
31
  "homepage": "https://hoststack.dev",
32
32
  "docs": "https://hoststack.dev/docs/mcp",
33
- "source": "https://github.com/gethoststack/mcp",
33
+ "source": "https://hoststack.dev/docs/mcp",
34
34
  "privacy_policy": "https://hoststack.dev/privacy",
35
35
  "terms_of_service": "https://hoststack.dev/terms"
36
36
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hoststack.dev/mcp",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "MCP server for HostStack — manage projects, services, deploys, databases, domains, 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.4.0",
57
+ "@hoststack.dev/sdk": "^0.5.0",
58
58
  "@modelcontextprotocol/sdk": "^1.29.0",
59
59
  "zod": "^3.25"
60
60
  },