@digitalocean/mcp 1.0.54 → 1.0.56

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,6 +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
+ | genai-custom-models | https://genai-custom-models.mcp.digitalocean.com/mcp | Import, list, update, and delete custom (bring-your-own) models on DigitalOcean's GenAI platform. |
176
177
  | dedicated-inference | https://dedicated-inference.mcp.digitalocean.com/mcp | Manage Dedicated Inference instances for GPU-accelerated model serving. |
177
178
  | inference-modelcatalog | https://inference-modelcatalog.mcp.digitalocean.com/mcp | Browse the DigitalOcean Inference model catalog, search for models, and get model cards. |
178
179
  | insights | https://insights.mcp.digitalocean.com/mcp | Monitors your resources, endpoints and alert you when they're slow, unavailable, or SSL certificates are expiring. |
@@ -607,6 +608,7 @@ Each service provides a detailed README describing all available tools, resource
607
608
  - [Docs Service](pkg/registry/docs/README.md)
608
609
  - [GenAI evaluation](pkg/registry/genai/README.md)
609
610
  - [GenAI Batch Inference Service](pkg/registry/genai-batchinference/README.md)
611
+ - [GenAI Custom Models Service](pkg/registry/genai-custom-models/README.md)
610
612
  - [NFS Service](pkg/registry/nfs/README.md)
611
613
  - [Volumes Service](pkg/registry/volumes/README.md)
612
614
 
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.54",
3
+ "version": "1.0.56",
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",