@digitalocean/mcp 1.0.39 → 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,7 +591,6 @@ 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)
597
595
  - [DOCR Service](pkg/registry/docr/README.md)
598
596
 
@@ -606,8 +604,6 @@ Each service provides a detailed README describing all available tools, resource
606
604
  - Flush a CDN cache: `cdn-flush-cache`
607
605
  - Create a VPC peering connection: `vpc-peering-create`
608
606
  - Delete a VPC peering connection: `vpc-peering-delete`
609
- - Search for AI models: `genai-model-catalog-search`
610
- - Get model metadata: `genai-model-catalog-get-card`
611
607
 
612
608
  ## Contributing
613
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.39",
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",