Skip to content

Commit 121c656

Browse files
committed
bump: keycardai-mcp 0.17.0 → 0.18.0
1 parent 6fffdde commit 121c656

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

packages/mcp/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.18.0-keycardai-mcp (2025-12-04)
2+
3+
4+
- feat(keycardai-mcp): add CrewAI integration for agent frameworks
5+
- - Add CrewAI adapter to client integrations directory
6+
- Support for CrewAI agents with secure MCP tool access
7+
- No token passing - agents never receive raw API tokens
8+
- Fresh token fetched per API call through Keycard
9+
- Follows established pattern with LangChain and OpenAI integrations
10+
- Deleted separate packages/agents package (not needed)
11+
- Added optional dependencies: crewai and agents extras
12+
- Added tests for CrewAI integration imports
13+
114
## 0.17.0-keycardai-mcp (2025-11-18)
215

316

packages/mcp/pyproject.toml

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

138138
[tool.commitizen]
139139
name = "cz_customize"
140-
version = "0.17.0"
140+
version = "0.18.0"
141141
tag_format = "${version}-keycardai-mcp"
142142
ignored_tag_formats = ["${version}-*"]
143143
update_changelog_on_bump = true

uv.lock

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)