@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 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](internal/apps/README.md)
225
- - [Droplet Service](internal/droplet/README.md)
226
- - [Account Service](internal/account/README.md)
227
- - [Networking Service](internal/networking/README.md)
228
- - [Databases Service](internal/dbaas/README.md)
229
- - [Insights Service](internal/insights/README.md)
230
- - [Spaces Service](internal/spaces/README.md)
231
- - [Marketplace Service](internal/marketplace/README.md)
232
- - [DOKS Service](internal/doks/README.md)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalocean/mcp",
3
- "version": "1.0.11",
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",