Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.27.0"
".": "2.27.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to the Converse MCP Server project will be documented in thi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.27.1](https://github.com/FallDownTheSystem/converse/compare/v2.27.0...v2.27.1) (2026-06-10)


### Dependencies

* **deps:** bump @github/copilot-sdk to 1.0.0 and update minor dependencies ([#28](https://github.com/FallDownTheSystem/converse/issues/28)) ([6ca4d71](https://github.com/FallDownTheSystem/converse/commit/6ca4d71a4ebc4a2729d0528a12edee66ecf42acf))

## [2.27.0](https://github.com/FallDownTheSystem/converse/compare/v2.26.1...v2.27.0) (2026-06-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "converse-mcp-server",
"version": "2.27.0",
"version": "2.27.1",
"description": "Converse MCP Server - Converse with other LLMs with chat and consensus tools",
"type": "module",
"main": "src/index.js",
Expand Down