File tree Expand file tree Collapse file tree 3 files changed +15
-14
lines changed
Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ filterwarnings = [
137137
138138[tool .commitizen ]
139139name = " cz_customize"
140- version = " 0.17 .0"
140+ version = " 0.18 .0"
141141tag_format = " ${version}-keycardai-mcp"
142142ignored_tag_formats = [" ${version}-*" ]
143143update_changelog_on_bump = true
You can’t perform that action at this time.
0 commit comments