@digitalocean/mcp 1.0.50 → 1.0.52
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 +6 -0
- package/dist/mcp-digitalocean-darwin-amd64 +0 -0
- package/dist/mcp-digitalocean-darwin-arm64 +0 -0
- package/dist/mcp-digitalocean-linux-386 +0 -0
- package/dist/mcp-digitalocean-linux-amd64 +0 -0
- package/dist/mcp-digitalocean-linux-arm +0 -0
- package/dist/mcp-digitalocean-linux-arm64 +0 -0
- package/dist/mcp-digitalocean-windows-386.exe +0 -0
- package/dist/mcp-digitalocean-windows-amd64.exe +0 -0
- package/dist/mcp-digitalocean-windows-arm64.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -182,6 +182,8 @@ The easiest way to get started is to use DigitalOcean's hosted MCP services. Eac
|
|
|
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
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. |
|
|
185
187
|
|
|
186
188
|
---
|
|
187
189
|
|
|
@@ -605,6 +607,8 @@ Each service provides a detailed README describing all available tools, resource
|
|
|
605
607
|
- [Docs Service](pkg/registry/docs/README.md)
|
|
606
608
|
- [GenAI evaluation](pkg/registry/genai/README.md)
|
|
607
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)
|
|
608
612
|
|
|
609
613
|
## Example Tools
|
|
610
614
|
|
|
@@ -618,6 +622,8 @@ Each service provides a detailed README describing all available tools, resource
|
|
|
618
622
|
- Flush a CDN cache: `cdn-flush-cache`
|
|
619
623
|
- Create a VPC peering connection: `vpc-peering-create`
|
|
620
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`
|
|
621
627
|
|
|
622
628
|
## Contributing
|
|
623
629
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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.
|
|
3
|
+
"version": "1.0.52",
|
|
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",
|