@octopusdeploy/mcp-server 0.2.1 → 0.2.2
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<picture>
|
|
2
2
|
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/octopusdeploy/mcp-server/blob/main/images/OctopusDeploy_Logo_DarkMode.png?raw=true">
|
|
3
3
|
<source media="(prefers-color-scheme: light)" srcset="https://github.com/octopusdeploy/mcp-server/blob/main/images/OctopusDeploy_Logo_LightMode.png?raw=true">
|
|
4
|
-
<img alt="Octopus Deploy Logo" src="https://
|
|
4
|
+
<img alt="Octopus Deploy Logo" src="https://github.com/octopusdeploy/mcp-server/blob/main/images/OctopusDeploy_Logo_LightMode.png?raw=true" />
|
|
5
5
|
</picture>
|
|
6
6
|
|
|
7
7
|
# Octopus Deploy Official MCP Server
|
|
@@ -149,7 +149,7 @@ npx -y @octopusdeploy/mcp-server --toolsets all --read-only --server-url https:/
|
|
|
149
149
|
### Certificates
|
|
150
150
|
- `list_certificates`: List all certificates in a space with optional filtering
|
|
151
151
|
- `get_certificate`: Get detailed information about a specific certificate by its ID
|
|
152
|
-
|
|
152
|
+
|
|
153
153
|
### Accounts
|
|
154
154
|
- `list_accounts`: List all accounts in a space with optional filtering
|
|
155
155
|
- `get_accounts`: Get detailed information about a specific account by its ID
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/OctopusDeploy/mcp-server/issues"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.2.
|
|
7
|
+
"version": "0.2.2",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"description": "The Octopus MCP Server provides your AI assistant with powerful tools that allow it to inspect, query, and diagnose problems within your Octopus instance.",
|
|
10
10
|
"main": "dist/index.js",
|