@digitalocean/mcp 1.0.37 → 1.0.38

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,6 +174,7 @@ 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. |
177
178
  | networking | https://networking.mcp.digitalocean.com/mcp | Manage domains, DNS records, certificates, firewalls, load balancers, reserved IPs, BYOIP Prefixes, VPCs, and CDNs. |
178
179
  | spaces | https://spaces.mcp.digitalocean.com/mcp | DigitalOcean Spaces object storage and Spaces access keys for S3-compatible storage. |
179
180
 
@@ -591,6 +592,7 @@ Each service provides a detailed README describing all available tools, resource
591
592
  - [Insights Service](pkg/registry/insights/README.md)
592
593
  - [Spaces Service](pkg/registry/spaces/README.md)
593
594
  - [Marketplace Service](pkg/registry/marketplace/README.md)
595
+ - [Model Catalog Service](pkg/registry/genai-modelcatalog/README.md)
594
596
  - [DOKS Service](pkg/registry/doks/README.md)
595
597
 
596
598
  ## Example Tools
@@ -603,6 +605,8 @@ Each service provides a detailed README describing all available tools, resource
603
605
  - Flush a CDN cache: `cdn-flush-cache`
604
606
  - Create a VPC peering connection: `vpc-peering-create`
605
607
  - 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`
606
610
 
607
611
  ## Contributing
608
612
 
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.37",
3
+ "version": "1.0.38",
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",