Skip to content

Commit ffb9c16

Browse files
chore(main): release 2.0.0 (#72)
1 parent 0a435ca commit ffb9c16

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/OctopusDeploy/mcp-server/compare/v1.1.0...v2.0.0) (2026-05-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Replace get_task_* tools with task resources + grep_task_log ([#74](https://github.com/OctopusDeploy/mcp-server/issues/74))
9+
* Add release resources with read_resource tool backstop ([#73](https://github.com/OctopusDeploy/mcp-server/issues/73))
10+
11+
### Features
12+
13+
* Add find_feature_toggles and update_feature_toggle tools ([#81](https://github.com/OctopusDeploy/mcp-server/issues/81)) ([0a435ca](https://github.com/OctopusDeploy/mcp-server/commit/0a435ca49955f05f3025f05dd24e405f1ab9bd17))
14+
* Add find_interruptions tool and interruption resource ([#76](https://github.com/OctopusDeploy/mcp-server/issues/76)) ([5051105](https://github.com/OctopusDeploy/mcp-server/commit/505110576b83da6077d7ae71d2b828cc0b26b087))
15+
* Add llms.txt catalog and execute backstop with hard read/write/delete gating ([#80](https://github.com/OctopusDeploy/mcp-server/issues/80)) ([868e4cf](https://github.com/OctopusDeploy/mcp-server/commit/868e4cfd54a380d6e44c7750a39ef1ced389953e))
16+
* Add release resources with read_resource tool backstop ([#73](https://github.com/OctopusDeploy/mcp-server/issues/73)) ([eb7dcef](https://github.com/OctopusDeploy/mcp-server/commit/eb7dcefd0d34a1280355be5796739e6ab6b5a93b))
17+
* Add requireConfirmation elicitation helper for write gating ([#75](https://github.com/OctopusDeploy/mcp-server/issues/75)) ([daf3701](https://github.com/OctopusDeploy/mcp-server/commit/daf3701191bf707092302e41a1fbb432e4e9c88a))
18+
* Add run_runbook tool, find_runbooks, and runbook resource ([#79](https://github.com/OctopusDeploy/mcp-server/issues/79)) ([ba330d8](https://github.com/OctopusDeploy/mcp-server/commit/ba330d84e7044fc39f6da25161a4c6ea52c308c1))
19+
* Add support for Bearer token (access token) authentication ([#68](https://github.com/OctopusDeploy/mcp-server/issues/68)) ([e21a3be](https://github.com/OctopusDeploy/mcp-server/commit/e21a3be36321679233bf069604d165707a568cec))
20+
* Replace get_task_* tools with task resources + grep_task_log ([#74](https://github.com/OctopusDeploy/mcp-server/issues/74)) ([a45380d](https://github.com/OctopusDeploy/mcp-server/commit/a45380d7daf8fe7c8376dfe952e4044b291bf71e))
21+
22+
23+
### Bug Fixes
24+
25+
* Add version control reference to release and deployment data ([#71](https://github.com/OctopusDeploy/mcp-server/issues/71)) ([09e0b2c](https://github.com/OctopusDeploy/mcp-server/commit/09e0b2c5ceb1ec10374ff243bcfc984423236d52))
26+
327
## [1.1.0](https://github.com/OctopusDeploy/mcp-server/compare/v1.0.1...v1.1.0) (2026-01-22)
428

529

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"bugs": {
55
"url": "https://github.com/OctopusDeploy/mcp-server/issues"
66
},
7-
"version": "1.1.0",
7+
"version": "2.0.0",
88
"type": "module",
99
"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.",
1010
"main": "dist/index.js",

0 commit comments

Comments
 (0)