@digitalocean/mcp 1.0.2 → 1.0.3

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
@@ -69,8 +69,9 @@ The MCP DigitalOcean Integration supports the following services, allowing users
69
69
  | **Networking** | Manage domains, DNS records, certificates, firewalls, reserved IPs, VPCs, CDNs, and Partner Network attachments. |
70
70
  | **Insights** | Monitors your resources, endpoints and alert you when they're slow, unavailable, or SSL certificates are expiring. |
71
71
  | **Spaces** | DigitalOcean Spaces object storage and Spaces access keys for S3-compatible storage. |
72
+ | **Databases** | Provision, manage, and monitor managed database clusters (Postgres, MySQL, Redis, etc.). |
72
73
  | **Marketplace** | Discover and manage DigitalOcean Marketplace applications. |
73
- | **DOKS** | Manage DigitalOcean Kubernetes clusters and node pools. |
74
+ | **DOKS** | Manage DigitalOcean Kubernetes clusters and node pools. | |
74
75
  ---
75
76
  ### Service Documentation
76
77
 
@@ -81,7 +82,7 @@ See the following files for full documentation:
81
82
  - [Droplet Service](./internal/droplet/README.md)
82
83
  - [Account Service](./internal/account/README.md)
83
84
  - [Networking Service](./internal/networking/README.md)
84
- - [DBaaS Service](./internal/dbaas/README.md)
85
+ - [Databases Service](./internal/dbaas/README.md)
85
86
  - [Insights Service](./internal/insights/README.md)
86
87
  - [Spaces Service](./internal/spaces/README.md)
87
88
  - [Marketplace Service](./internal/marketplace/README.md)
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalocean/mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "DigitalOcean MCP Implementation,",
5
5
  "author": "DigitalOcean",
6
6
  "homepage": "https://github.com/digitalocean-labs/mcp-digitalocean?tab=readme-ov-file#mcp-digitalocean-integration",