@digitalocean/mcp 1.0.42 → 1.0.43

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
@@ -175,7 +175,9 @@ The easiest way to get started is to use DigitalOcean's hosted MCP services. Eac
175
175
  | insights | https://insights.mcp.digitalocean.com/mcp | Monitors your resources, endpoints and alert you when they're slow, unavailable, or SSL certificates are expiring. |
176
176
  | marketplace | https://marketplace.mcp.digitalocean.com/mcp| Discover and manage DigitalOcean Marketplace applications. |
177
177
  | networking | https://networking.mcp.digitalocean.com/mcp | Manage domains, DNS records, certificates, firewalls, load balancers, reserved IPs, BYOIP Prefixes, VPCs, and CDNs. |
178
+ | functions | https://functions.mcp.digitalocean.com/mcp | Manage serverless function namespaces, actions, packages, triggers, and activations. |
178
179
  | spaces | https://spaces.mcp.digitalocean.com/mcp | DigitalOcean Spaces object storage and Spaces access keys for S3-compatible storage. |
180
+ | docs | https://docs.mcp.digitalocean.com/mcp | Search and retrieve DigitalOcean public documentation. No API token required. |
179
181
 
180
182
  ---
181
183
 
@@ -591,8 +593,10 @@ Each service provides a detailed README describing all available tools, resource
591
593
  - [Insights Service](pkg/registry/insights/README.md)
592
594
  - [Spaces Service](pkg/registry/spaces/README.md)
593
595
  - [Marketplace Service](pkg/registry/marketplace/README.md)
596
+ - [Functions Service](pkg/registry/functions/README.md)
594
597
  - [DOKS Service](pkg/registry/doks/README.md)
595
598
  - [DOCR Service](pkg/registry/docr/README.md)
599
+ - [Docs Service](pkg/registry/docs/README.md)
596
600
 
597
601
  ## Example Tools
598
602
 
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.42",
3
+ "version": "1.0.43",
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",