@digitalocean/mcp 1.0.49 → 1.0.51

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
@@ -181,6 +181,9 @@ The easiest way to get started is to use DigitalOcean's hosted MCP services. Eac
181
181
  | functions | https://functions.mcp.digitalocean.com/mcp | Manage serverless function namespaces, actions, packages, triggers, and activations. |
182
182
  | spaces | https://spaces.mcp.digitalocean.com/mcp | DigitalOcean Spaces object storage and Spaces access keys for S3-compatible storage. |
183
183
  | docs | https://docs.mcp.digitalocean.com/mcp | Search and retrieve DigitalOcean public documentation. No API token required. |
184
+ | genai-evaluation | https://genai-evaluation.mcp.digitalocean.com/mcp | Manage and run evaluation workflows in DigitalOcean's GenAI platform. |
185
+ | nfs | https://nfs.mcp.digitalocean.com/mcp | Manage DigitalOcean NFS file shares and file share snapshots. |
186
+ | volumes | https://volumes.mcp.digitalocean.com/mcp | Manage DigitalOcean block storage volumes and volume snapshots. |
184
187
 
185
188
  ---
186
189
 
@@ -604,6 +607,8 @@ Each service provides a detailed README describing all available tools, resource
604
607
  - [Docs Service](pkg/registry/docs/README.md)
605
608
  - [GenAI evaluation](pkg/registry/genai/README.md)
606
609
  - [GenAI Batch Inference Service](pkg/registry/genai-batchinference/README.md)
610
+ - [NFS Service](pkg/registry/nfs/README.md)
611
+ - [Volumes Service](pkg/registry/volumes/README.md)
607
612
 
608
613
  ## Example Tools
609
614
 
@@ -617,6 +622,8 @@ Each service provides a detailed README describing all available tools, resource
617
622
  - Flush a CDN cache: `cdn-flush-cache`
618
623
  - Create a VPC peering connection: `vpc-peering-create`
619
624
  - Delete a VPC peering connection: `vpc-peering-delete`
625
+ - Search DigitalOcean documentation: `docs-search`
626
+ - Get a quickstart guide for a service: `docs-get-quickstart`
620
627
 
621
628
  ## Contributing
622
629
 
@@ -628,4 +635,4 @@ Contributions are welcome! If you encounter any issues or have ideas for improve
628
635
 
629
636
  ## License
630
637
 
631
- This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
638
+ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
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.49",
3
+ "version": "1.0.51",
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",