Skip to content

Commit 0d011da

Browse files
committed
bump: keycardai-mcp-fastmcp 0.18.1 → 0.19.0
1 parent c4fbfe1 commit 0d011da

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

packages/mcp-fastmcp/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.19.0-keycardai-mcp-fastmcp (2026-03-06)
2+
3+
4+
- refactor(keycardai-mcp-fastmcp)!: optimize error formatting in token exchange chain
5+
- Restructure error dicts to remove redundancy and improve readability.
6+
Key renames: error->message, error_code->code, error_description->description,
7+
resource_errors->resources. Only include raw_error for non-OAuth exceptions.
8+
- BREAKING CHANGE: Error dict keys renamed: error->message, error_code->code, error_description->description. The get_errors() output key resource_errors is now resources.
9+
110
## 0.18.1-keycardai-mcp-fastmcp (2025-11-23)
211

312

packages/mcp-fastmcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ dev = [
123123

124124
[tool.commitizen]
125125
name = "cz_customize"
126-
version = "0.18.1"
126+
version = "0.19.0"
127127
tag_format = "${version}-keycardai-mcp-fastmcp"
128128
ignored_tag_formats = ["${version}-*"]
129129
update_changelog_on_bump = true

0 commit comments

Comments
 (0)