@digitalocean/mcp 1.0.10 → 1.0.12
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 +1 -1
- package/dist/app-create-schema.json +1955 -0
- package/dist/app-update-schema.json +1966 -0
- package/dist/cluster-create-schema.json +151 -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-arm.exe +0 -0
- package/dist/mcp-digitalocean-windows-arm64.exe +0 -0
- package/dist/node-pool-create-schema.json +82 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -113,7 +113,7 @@ Add the following to your Cursor settings file located at `~/.cursor/config.json
|
|
|
113
113
|
"mcpServers": {
|
|
114
114
|
"digitalocean": {
|
|
115
115
|
"command": "npx",
|
|
116
|
-
"args": ["@digitalocean/mcp", "--services apps"],
|
|
116
|
+
"args": ["@digitalocean/mcp", "--services", "apps"],
|
|
117
117
|
"env": {
|
|
118
118
|
"DIGITALOCEAN_API_TOKEN": "YOUR_API_TOKEN"
|
|
119
119
|
}
|