@digitalocean/mcp 1.0.14 → 1.0.15
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 +3 -3
- 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
|
@@ -129,7 +129,7 @@ Add the following to your Cursor settings file located at `~/.cursor/config.json
|
|
|
129
129
|
3. Select "View: Open MCP Settings"
|
|
130
130
|
4. Select "Tools & Integrations" from the left sidebar
|
|
131
131
|
5. You should see "digitalocean" listed under Available MCP Servers
|
|
132
|
-
6. Click on "N tools enabled" (N is the number of tools currently enabled).
|
|
132
|
+
6. Click on "N tools enabled" (N is the number of tools currently enabled).
|
|
133
133
|
|
|
134
134
|
#### Debugging in Cursor
|
|
135
135
|
|
|
@@ -179,7 +179,7 @@ Add the following to your VS Code MCP configuration file:
|
|
|
179
179
|
|
|
180
180
|
To see what tools are available from the MCP server:
|
|
181
181
|
1. Open the Command Palette (⌘+Shift+P on Mac or Ctrl+Shift+P on Windows/Linux)
|
|
182
|
-
2. Select "Agent" mode in the chatbox,
|
|
182
|
+
2. Select "Agent" mode in the chatbox,
|
|
183
183
|
3. Click "Configure tools" on the right, and check for digitalocean related tools under `MCP Server: mcpDigitalocean`. You should be able to list available tools like `app-create`, `app-list`, `app-delete`, etc.
|
|
184
184
|
|
|
185
185
|
#### Debugging in VS Code
|
|
@@ -210,7 +210,7 @@ The MCP DigitalOcean Integration supports the following services, allowing users
|
|
|
210
210
|
| apps | Manage DigitalOcean App Platform applications, including deployments and configurations. |
|
|
211
211
|
| droplets | Create, manage, resize, snapshot, and monitor droplets (virtual machines) on DigitalOcean. |
|
|
212
212
|
| accounts | Get information about your DigitalOcean account, billing, balance, invoices, and SSH keys. |
|
|
213
|
-
| networking | Manage domains, DNS records, certificates, firewalls, reserved IPs, VPCs, and CDNs. |
|
|
213
|
+
| networking | Manage domains, DNS records, certificates, firewalls, load balancers, reserved IPs, BYOIP Prefixes, VPCs, and CDNs. |
|
|
214
214
|
| insights | Monitors your resources, endpoints and alert you when they're slow, unavailable, or SSL certificates are expiring. |
|
|
215
215
|
| spaces | DigitalOcean Spaces object storage and Spaces access keys for S3-compatible storage. |
|
|
216
216
|
| databases | Provision, manage, and monitor managed database clusters (Postgres, MySQL, Redis, etc.). |
|
|
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.15",
|
|
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",
|