@digitalocean/mcp 1.0.1 → 1.0.2

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
@@ -61,17 +61,16 @@ npx @digitalocean/mcp --services apps,droplets --log-level debug
61
61
 
62
62
  The MCP DigitalOcean Integration supports the following services, allowing users to manage their DigitalOcean infrastructure effectively
63
63
 
64
-
65
- | **Service** | **Description** |
66
- |----------------|---------------------------------------------------------------------------------------------------------------------|
67
- | **Apps** | Manage DigitalOcean App Platform applications, including deployments and configurations. |
68
- | **Droplets** | Create, manage, resize, snapshot, and monitor droplets (virtual machines) on DigitalOcean. |
69
- | **Account** | Get information about your DigitalOcean account, billing, balance, invoices, and SSH keys. |
70
- | **Networking** | Manage domains, DNS records, certificates, firewalls, reserved IPs, VPCs, CDNs, and Partner Network attachments. |
71
- | **Insights** | Monitors your resources, endpoints and alert you when they're slow, unavailable, or SSL certificates are expiring. |
72
- | **Spaces** | DigitalOcean Spaces object storage and Spaces access keys for S3-compatible storage. |
73
-
74
-
64
+ | **Service** | **Description** |
65
+ |-----------------|--------------------------------------------------------------------------------------------------------------------|
66
+ | **Apps** | Manage DigitalOcean App Platform applications, including deployments and configurations. |
67
+ | **Droplets** | Create, manage, resize, snapshot, and monitor droplets (virtual machines) on DigitalOcean. |
68
+ | **Account** | Get information about your DigitalOcean account, billing, balance, invoices, and SSH keys. |
69
+ | **Networking** | Manage domains, DNS records, certificates, firewalls, reserved IPs, VPCs, CDNs, and Partner Network attachments. |
70
+ | **Insights** | Monitors your resources, endpoints and alert you when they're slow, unavailable, or SSL certificates are expiring. |
71
+ | **Spaces** | DigitalOcean Spaces object storage and Spaces access keys for S3-compatible storage. |
72
+ | **Marketplace** | Discover and manage DigitalOcean Marketplace applications. |
73
+ | **DOKS** | Manage DigitalOcean Kubernetes clusters and node pools. |
75
74
  ---
76
75
  ### Service Documentation
77
76
 
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.1",
3
+ "version": "1.0.2",
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",