@digitalocean/mcp 1.0.11 → 1.0.13
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 +9 -9
- 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
|
@@ -221,15 +221,15 @@ The MCP DigitalOcean Integration supports the following services, allowing users
|
|
|
221
221
|
|
|
222
222
|
Each service provides a detailed README describing all available tools, resources, arguments, and example queries. See the following files for full documentation:
|
|
223
223
|
|
|
224
|
-
- [Apps Service](
|
|
225
|
-
- [Droplet Service](
|
|
226
|
-
- [Account Service](
|
|
227
|
-
- [Networking Service](
|
|
228
|
-
- [Databases Service](
|
|
229
|
-
- [Insights Service](
|
|
230
|
-
- [Spaces Service](
|
|
231
|
-
- [Marketplace Service](
|
|
232
|
-
- [DOKS Service](
|
|
224
|
+
- [Apps Service](pkg/registry/apps/README.md)
|
|
225
|
+
- [Droplet Service](pkg/registry/droplet/README.md)
|
|
226
|
+
- [Account Service](pkg/registry/account/README.md)
|
|
227
|
+
- [Networking Service](pkg/registry/networking/README.md)
|
|
228
|
+
- [Databases Service](pkg/registry/dbaas/README.md)
|
|
229
|
+
- [Insights Service](pkg/registry/insights/README.md)
|
|
230
|
+
- [Spaces Service](pkg/registry/spaces/README.md)
|
|
231
|
+
- [Marketplace Service](pkg/registry/marketplace/README.md)
|
|
232
|
+
- [DOKS Service](pkg/registry/doks/README.md)
|
|
233
233
|
|
|
234
234
|
## Example Tools
|
|
235
235
|
|
|
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.13",
|
|
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",
|