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.26.1"
".": "2.27.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.0](https://github.com/FallDownTheSystem/converse/compare/v2.26.1...v2.27.0) (2026-06-10)


### Features

* add Claude Fable 5 to Anthropic and Claude providers ([a677c33](https://github.com/FallDownTheSystem/converse/commit/a677c33e70c1c73cd635cdf299ba60556c517afd))


### Dependencies

* **deps:** bump the npm-minor-and-patch group with 11 updates ([#26](https://github.com/FallDownTheSystem/converse/issues/26)) ([e0e1445](https://github.com/FallDownTheSystem/converse/commit/e0e1445a0b776ec0e8360c6738b3a32e7d016ac6))
* **deps:** bump the npm-minor-and-patch group with 6 updates ([#27](https://github.com/FallDownTheSystem/converse/issues/27)) ([5754541](https://github.com/FallDownTheSystem/converse/commit/5754541e607fab93defe8702d6e17c0767834cf5))

## [2.26.1](https://github.com/FallDownTheSystem/converse/compare/v2.26.0...v2.26.1) (2026-06-01)


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.26.1",
"version": "2.27.0",
"description": "Converse MCP Server - Converse with other LLMs with chat and consensus tools",
"type": "module",
"main": "src/index.js",
Expand Down