@digitalocean/mcp 1.0.38 → 1.0.40

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
@@ -174,7 +174,6 @@ The easiest way to get started is to use DigitalOcean's hosted MCP services. Eac
174
174
  | docr | https://docr.mcp.digitalocean.com/mcp | Manage DigitalOcean Container Registry repositories, tags, manifests, and garbage collection. |
175
175
  | 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
176
  | marketplace | https://marketplace.mcp.digitalocean.com/mcp| Discover and manage DigitalOcean Marketplace applications. |
177
- | genai-modelcatalog | https://genai-modelcatalog.mcp.digitalocean.com/mcp| Search and discover AI models available on DigitalOcean Gradient AI platform. |
178
177
  | networking | https://networking.mcp.digitalocean.com/mcp | Manage domains, DNS records, certificates, firewalls, load balancers, reserved IPs, BYOIP Prefixes, VPCs, and CDNs. |
179
178
  | spaces | https://spaces.mcp.digitalocean.com/mcp | DigitalOcean Spaces object storage and Spaces access keys for S3-compatible storage. |
180
179
 
@@ -592,8 +591,8 @@ Each service provides a detailed README describing all available tools, resource
592
591
  - [Insights Service](pkg/registry/insights/README.md)
593
592
  - [Spaces Service](pkg/registry/spaces/README.md)
594
593
  - [Marketplace Service](pkg/registry/marketplace/README.md)
595
- - [Model Catalog Service](pkg/registry/genai-modelcatalog/README.md)
596
594
  - [DOKS Service](pkg/registry/doks/README.md)
595
+ - [DOCR Service](pkg/registry/docr/README.md)
597
596
 
598
597
  ## Example Tools
599
598
 
@@ -605,8 +604,6 @@ Each service provides a detailed README describing all available tools, resource
605
604
  - Flush a CDN cache: `cdn-flush-cache`
606
605
  - Create a VPC peering connection: `vpc-peering-create`
607
606
  - Delete a VPC peering connection: `vpc-peering-delete`
608
- - Search for AI models: `genai-model-catalog-search`
609
- - Get model metadata: `genai-model-catalog-get-card`
610
607
 
611
608
  ## Contributing
612
609
 
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.38",
3
+ "version": "1.0.40",
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",