@digitalocean/mcp 1.0.46 → 1.0.47
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 +21 -15
- package/dist/cluster-create-schema.json +17 -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
|
@@ -164,21 +164,23 @@ The easiest way to get started is to use DigitalOcean's hosted MCP services. Eac
|
|
|
164
164
|
|
|
165
165
|
#### Available Services
|
|
166
166
|
|
|
167
|
-
| Service
|
|
168
|
-
|
|
169
|
-
| apps
|
|
170
|
-
| accounts
|
|
171
|
-
| databases
|
|
172
|
-
| doks
|
|
173
|
-
| droplets
|
|
174
|
-
| docr
|
|
175
|
-
|
|
|
176
|
-
|
|
|
177
|
-
|
|
|
178
|
-
|
|
|
179
|
-
|
|
|
180
|
-
|
|
|
181
|
-
|
|
|
167
|
+
| Service | Remote MCP URL | Description |
|
|
168
|
+
|--------------------------|-------------------------------------------------------------|-----------------------------------------------------------------------------------------|
|
|
169
|
+
| apps | https://apps.mcp.digitalocean.com/mcp | Manage DigitalOcean App Platform applications, including deployments and configurations. |
|
|
170
|
+
| accounts | https://accounts.mcp.digitalocean.com/mcp | Get information about your DigitalOcean account, billing, balance, invoices, and SSH keys. |
|
|
171
|
+
| databases | https://databases.mcp.digitalocean.com/mcp | Provision, manage, and monitor managed database clusters (Postgres, MySQL, Redis, etc.). |
|
|
172
|
+
| doks | https://doks.mcp.digitalocean.com/mcp | Manage DigitalOcean Kubernetes clusters and node pools. |
|
|
173
|
+
| droplets | https://droplets.mcp.digitalocean.com/mcp | Create, manage, resize, snapshot, and monitor droplets (virtual machines) on DigitalOcean. |
|
|
174
|
+
| docr | https://docr.mcp.digitalocean.com/mcp | Manage DigitalOcean Container Registry repositories, tags, manifests, and garbage collection. |
|
|
175
|
+
| genai-batchinference | https://genai-batchinference.mcp.digitalocean.com/mcp | Create, manage, and monitor batch inference jobs for asynchronous bulk AI processing. |
|
|
176
|
+
| gradient-ai | https://gradient-ai.mcp.digitalocean.com/mcp | Manage Dedicated Inference instances for GPU-accelerated model serving. |
|
|
177
|
+
| inference-modelcatalog | https://inference-modelcatalog.mcp.digitalocean.com/mcp | Browse the DigitalOcean Inference model catalog, search for models, and get model cards. |
|
|
178
|
+
| insights | https://insights.mcp.digitalocean.com/mcp | Monitors your resources, endpoints and alert you when they're slow, unavailable, or SSL certificates are expiring. |
|
|
179
|
+
| marketplace | https://marketplace.mcp.digitalocean.com/mcp | Discover and manage DigitalOcean Marketplace applications. |
|
|
180
|
+
| networking | https://networking.mcp.digitalocean.com/mcp | Manage domains, DNS records, certificates, firewalls, load balancers, reserved IPs, BYOIP Prefixes, VPCs, and CDNs. |
|
|
181
|
+
| functions | https://functions.mcp.digitalocean.com/mcp | Manage serverless function namespaces, actions, packages, triggers, and activations. |
|
|
182
|
+
| spaces | https://spaces.mcp.digitalocean.com/mcp | DigitalOcean Spaces object storage and Spaces access keys for S3-compatible storage. |
|
|
183
|
+
| docs | https://docs.mcp.digitalocean.com/mcp | Search and retrieve DigitalOcean public documentation. No API token required. |
|
|
182
184
|
|
|
183
185
|
---
|
|
184
186
|
|
|
@@ -598,11 +600,15 @@ Each service provides a detailed README describing all available tools, resource
|
|
|
598
600
|
- [DOKS Service](pkg/registry/doks/README.md)
|
|
599
601
|
- [DOCR Service](pkg/registry/docr/README.md)
|
|
600
602
|
- [Gradient AI Service](pkg/registry/gradient-ai/README.md)
|
|
603
|
+
- [Inference Model Catalog Service](pkg/registry/inference-modelcatalog/README.md)
|
|
601
604
|
- [Docs Service](pkg/registry/docs/README.md)
|
|
602
605
|
- [GenAI evaluation](pkg/registry/genai/README.md)
|
|
606
|
+
- [GenAI Batch Inference Service](pkg/registry/genai-batchinference/README.md)
|
|
603
607
|
|
|
604
608
|
## Example Tools
|
|
605
609
|
|
|
610
|
+
- Search Catalog models by name: `inference-model-catalog-search`
|
|
611
|
+
- Open full metadata for one catalog model: `inference-model-catalog-get-card`
|
|
606
612
|
- Deploy an app from a GitHub repo: `create-app-from-spec`
|
|
607
613
|
- Resize a droplet: `droplet-resize`
|
|
608
614
|
- Add a new SSH key: `key-create`
|
|
@@ -177,6 +177,23 @@
|
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
"type": "object"
|
|
180
|
+
},
|
|
181
|
+
"sso": {
|
|
182
|
+
"properties": {
|
|
183
|
+
"enabled": {
|
|
184
|
+
"type": "boolean"
|
|
185
|
+
},
|
|
186
|
+
"required": {
|
|
187
|
+
"type": "boolean"
|
|
188
|
+
},
|
|
189
|
+
"issuer_url": {
|
|
190
|
+
"type": "string"
|
|
191
|
+
},
|
|
192
|
+
"client_id": {
|
|
193
|
+
"type": "string"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"type": "object"
|
|
180
197
|
}
|
|
181
198
|
},
|
|
182
199
|
"type": "object"
|
|
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.47",
|
|
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",
|