@digitalocean/mcp 1.0.0 → 1.0.2
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 +12 -11
- 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-arm.exe +0 -0
- package/dist/mcp-digitalocean-windows-arm64.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,17 +61,16 @@ npx @digitalocean/mcp --services apps,droplets --log-level debug
|
|
|
61
61
|
|
|
62
62
|
The MCP DigitalOcean Integration supports the following services, allowing users to manage their DigitalOcean infrastructure effectively
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
| **
|
|
68
|
-
| **
|
|
69
|
-
| **
|
|
70
|
-
| **
|
|
71
|
-
| **
|
|
72
|
-
| **
|
|
73
|
-
|
|
74
|
-
|
|
64
|
+
| **Service** | **Description** |
|
|
65
|
+
|-----------------|--------------------------------------------------------------------------------------------------------------------|
|
|
66
|
+
| **Apps** | Manage DigitalOcean App Platform applications, including deployments and configurations. |
|
|
67
|
+
| **Droplets** | Create, manage, resize, snapshot, and monitor droplets (virtual machines) on DigitalOcean. |
|
|
68
|
+
| **Account** | Get information about your DigitalOcean account, billing, balance, invoices, and SSH keys. |
|
|
69
|
+
| **Networking** | Manage domains, DNS records, certificates, firewalls, reserved IPs, VPCs, CDNs, and Partner Network attachments. |
|
|
70
|
+
| **Insights** | Monitors your resources, endpoints and alert you when they're slow, unavailable, or SSL certificates are expiring. |
|
|
71
|
+
| **Spaces** | DigitalOcean Spaces object storage and Spaces access keys for S3-compatible storage. |
|
|
72
|
+
| **Marketplace** | Discover and manage DigitalOcean Marketplace applications. |
|
|
73
|
+
| **DOKS** | Manage DigitalOcean Kubernetes clusters and node pools. |
|
|
75
74
|
---
|
|
76
75
|
### Service Documentation
|
|
77
76
|
|
|
@@ -85,6 +84,8 @@ See the following files for full documentation:
|
|
|
85
84
|
- [DBaaS Service](./internal/dbaas/README.md)
|
|
86
85
|
- [Insights Service](./internal/insights/README.md)
|
|
87
86
|
- [Spaces Service](./internal/spaces/README.md)
|
|
87
|
+
- [Marketplace Service](./internal/marketplace/README.md)
|
|
88
|
+
- [DOKS Service](./internal/doks/README.md)
|
|
88
89
|
|
|
89
90
|
---
|
|
90
91
|
|
|
Binary file
|
|
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.2",
|
|
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",
|