Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.0.0](https://github.com/OctopusDeploy/mcp-server/compare/v1.1.0...v2.0.0) (2026-05-07)


### ⚠ BREAKING CHANGES

* Replace get_task_* tools with task resources + grep_task_log ([#74](https://github.com/OctopusDeploy/mcp-server/issues/74))
* Add release resources with read_resource tool backstop ([#73](https://github.com/OctopusDeploy/mcp-server/issues/73))

### Features

* 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))
* 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))
* 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))
* 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))
* 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))
* 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))


### Bug Fixes

* 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))

## [1.1.0](https://github.com/OctopusDeploy/mcp-server/compare/v1.0.1...v1.1.0) (2026-01-22)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bugs": {
"url": "https://github.com/OctopusDeploy/mcp-server/issues"
},
"version": "1.1.0",
"version": "2.0.0",
"type": "module",
"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.",
"main": "dist/index.js",
Expand Down