Skip to content

Commit a9c8515

Browse files
committed
bump: keycardai-mcp 0.20.1 → 0.21.0
1 parent a0b8db3 commit a9c8515

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

packages/mcp/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.21.0-keycardai-mcp (2026-03-06)
2+
3+
4+
- build(keycardai-mcp): bump keycardai-oauth dependency to >=0.7.0
5+
- refactor(keycardai-mcp)!: optimize error formatting in token exchange chain
6+
- Restructure error dicts to remove redundancy and improve readability.
7+
Key renames: error->message, error_code->code, error_description->description,
8+
resource_errors->resources. Only include raw_error for non-OAuth exceptions.
9+
- BREAKING CHANGE: Error dict keys renamed: error->message, error_code->code, error_description->description. The get_errors() output key resource_errors is now resources.
10+
111
## 0.20.1-keycardai-mcp (2026-02-06)
212

313

packages/mcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ filterwarnings = [
141141

142142
[tool.commitizen]
143143
name = "cz_customize"
144-
version = "0.20.1"
144+
version = "0.21.0"
145145
tag_format = "${version}-keycardai-mcp"
146146
ignored_tag_formats = ["${version}-*"]
147147
update_changelog_on_bump = true

0 commit comments

Comments
 (0)