@digitalocean/mcp 1.0.42 → 1.0.44

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
@@ -172,10 +172,13 @@ The easiest way to get started is to use DigitalOcean's hosted MCP services. Eac
172
172
  | doks | https://doks.mcp.digitalocean.com/mcp | Manage DigitalOcean Kubernetes clusters and node pools. |
173
173
  | droplets | https://droplets.mcp.digitalocean.com/mcp | Create, manage, resize, snapshot, and monitor droplets (virtual machines) on DigitalOcean. |
174
174
  | docr | https://docr.mcp.digitalocean.com/mcp | Manage DigitalOcean Container Registry repositories, tags, manifests, and garbage collection. |
175
+ | gradient-ai | https://gradient-ai.mcp.digitalocean.com/mcp | Manage Dedicated Inference instances for GPU-accelerated model serving. |
175
176
  | insights | https://insights.mcp.digitalocean.com/mcp | Monitors your resources, endpoints and alert you when they're slow, unavailable, or SSL certificates are expiring. |
176
177
  | marketplace | https://marketplace.mcp.digitalocean.com/mcp| Discover and manage DigitalOcean Marketplace applications. |
177
178
  | networking | https://networking.mcp.digitalocean.com/mcp | Manage domains, DNS records, certificates, firewalls, load balancers, reserved IPs, BYOIP Prefixes, VPCs, and CDNs. |
179
+ | functions | https://functions.mcp.digitalocean.com/mcp | Manage serverless function namespaces, actions, packages, triggers, and activations. |
178
180
  | spaces | https://spaces.mcp.digitalocean.com/mcp | DigitalOcean Spaces object storage and Spaces access keys for S3-compatible storage. |
181
+ | docs | https://docs.mcp.digitalocean.com/mcp | Search and retrieve DigitalOcean public documentation. No API token required. |
179
182
 
180
183
  ---
181
184
 
@@ -591,8 +594,11 @@ Each service provides a detailed README describing all available tools, resource
591
594
  - [Insights Service](pkg/registry/insights/README.md)
592
595
  - [Spaces Service](pkg/registry/spaces/README.md)
593
596
  - [Marketplace Service](pkg/registry/marketplace/README.md)
597
+ - [Functions Service](pkg/registry/functions/README.md)
594
598
  - [DOKS Service](pkg/registry/doks/README.md)
595
599
  - [DOCR Service](pkg/registry/docr/README.md)
600
+ - [Gradient AI Service](pkg/registry/gradient-ai/README.md)
601
+ - [Docs Service](pkg/registry/docs/README.md)
596
602
 
597
603
  ## Example Tools
598
604
 
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.42",
3
+ "version": "1.0.44",
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",