@hoststack.dev/mcp 0.9.0 → 0.10.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/README.md +9 -3
- package/dist/hoststack-mcp.js +215 -27
- package/dist/hoststack-mcp.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +214 -26
- package/dist/index.js.map +1 -1
- package/manifest.json +1 -1
- package/package.json +2 -2
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 —
|
|
5
|
+
"description": "Deploy and manage web services, databases, cron jobs, and domains on European infrastructure — 58 tools covering projects, services, deploys, environments, databases (incl. read-only SQL + HA cluster ops), volumes, domains, authoritative DNS records, env vars, cron, notification channels, alert events, 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",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hoststack.dev/mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
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.8.
|
|
57
|
+
"@hoststack.dev/sdk": "^0.8.2",
|
|
58
58
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
59
59
|
"zod": "^4.4.3"
|
|
60
60
|
},
|