@hoststack.dev/mcp 0.5.0 → 0.6.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 CHANGED
@@ -79,7 +79,7 @@ If `HOSTSTACK_API_KEY` is set in your shell, it gets baked into the snippet; oth
79
79
 
80
80
  ## Tool inventory
81
81
 
82
- 39 tools, grouped by resource:
82
+ 45 tools, grouped by resource:
83
83
 
84
84
  | Category | Read | Write |
85
85
  | ---------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
@@ -90,6 +90,7 @@ If `HOSTSTACK_API_KEY` is set in your shell, it gets baked into the snippet; oth
90
90
  | **databases** | `list_databases`, `get_database` | — (use the dashboard for create/delete/credentials) |
91
91
  | **volumes** | `list_volumes` | `create_volume`, `update_volume`, `delete_volume` |
92
92
  | **domains** | `list_domains` | `add_domain`, `verify_domain`, `remove_domain` |
93
+ | **dns** | `list_dns_zones`, `list_dns_records`, `get_dns_record` | `create_dns_record`, `update_dns_record`, `delete_dns_record` |
93
94
  | **env-vars** | `list_env_vars` | `set_env_var`, `delete_env_var`, `bulk_set_env_vars` |
94
95
  | **cron** | `list_cron_executions`, `get_cron_execution` | — |
95
96
  | **activity-log** | `list_activity_log` | — |