@digitalocean/mcp 1.0.47 → 1.0.49

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
@@ -173,7 +173,7 @@ The easiest way to get started is to use DigitalOcean's hosted MCP services. Eac
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
175
  | genai-batchinference | https://genai-batchinference.mcp.digitalocean.com/mcp | Create, manage, and monitor batch inference jobs for asynchronous bulk AI processing. |
176
- | gradient-ai | https://gradient-ai.mcp.digitalocean.com/mcp | Manage Dedicated Inference instances for GPU-accelerated model serving. |
176
+ | dedicated-inference | https://dedicated-inference.mcp.digitalocean.com/mcp | Manage Dedicated Inference instances for GPU-accelerated model serving. |
177
177
  | inference-modelcatalog | https://inference-modelcatalog.mcp.digitalocean.com/mcp | Browse the DigitalOcean Inference model catalog, search for models, and get model cards. |
178
178
  | insights | https://insights.mcp.digitalocean.com/mcp | Monitors your resources, endpoints and alert you when they're slow, unavailable, or SSL certificates are expiring. |
179
179
  | marketplace | https://marketplace.mcp.digitalocean.com/mcp | Discover and manage DigitalOcean Marketplace applications. |
@@ -599,7 +599,7 @@ Each service provides a detailed README describing all available tools, resource
599
599
  - [Functions Service](pkg/registry/functions/README.md)
600
600
  - [DOKS Service](pkg/registry/doks/README.md)
601
601
  - [DOCR Service](pkg/registry/docr/README.md)
602
- - [Gradient AI Service](pkg/registry/gradient-ai/README.md)
602
+ - [Dedicated Inference Service](pkg/registry/dedicated-inference/README.md)
603
603
  - [Inference Model Catalog Service](pkg/registry/inference-modelcatalog/README.md)
604
604
  - [Docs Service](pkg/registry/docs/README.md)
605
605
  - [GenAI evaluation](pkg/registry/genai/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.47",
3
+ "version": "1.0.49",
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",