We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369a799 commit 845b24aCopy full SHA for 845b24a
2 files changed
packages/mcp/CHANGELOG.md
@@ -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
10
## 0.19.0-keycardai-mcp (2026-01-07)
11
12
packages/mcp/pyproject.toml
@@ -141,7 +141,7 @@ filterwarnings = [
141
142
[tool.commitizen]
143
name = "cz_customize"
144
-version = "0.19.0"
+version = "0.20.0"
145
tag_format = "${version}-keycardai-mcp"
146
ignored_tag_formats = ["${version}-*"]
147
update_changelog_on_bump = true
0 commit comments