Skip to content

Commit 845b24a

Browse files
committed
bump: keycardai-mcp 0.19.0 → 0.20.0
1 parent 369a799 commit 845b24a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

packages/mcp/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.20.0-keycardai-mcp (2026-01-07)
2+
3+
4+
- feat(keycardai-mcp): Adds PydanticAI integration for MCP frameworks
5+
- - Adds PaydanticAI adapter to client integrations directory
6+
- Support for PydanticAI agents with secure MCP tool access
7+
- Follows established pattern with LangChain and OpenAI integrations
8+
- Adds tests for PydanticAI integration imports
9+
110
## 0.19.0-keycardai-mcp (2026-01-07)
211

312

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.19.0"
144+
version = "0.20.0"
145145
tag_format = "${version}-keycardai-mcp"
146146
ignored_tag_formats = ["${version}-*"]
147147
update_changelog_on_bump = true

0 commit comments

Comments
 (0)