Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.1.0-keycardai-mcp (2026-08-29)


- fix(keycardai-mcp): restore MCP 2.x HTTP connections (#247)
- * fix(keycardai-mcp): restore MCP 2.x HTTP connections
- Co-Authored-By: Larry Osakwe <larry@keycard.ai>
- * fix(keycardai-mcp): declare httpx2 as a direct dependency
- The client imports httpx2 in four modules but only received it
transitively through mcp.
- ---------
- Co-authored-by: devin-ai-keycard <devin-ai@keycard.ai>
Co-authored-by: Larry Osakwe <larry@keycard.ai>
Co-authored-by: GitHub Action <action@github.com>

## 2.0.0-keycardai-mcp (2026-08-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ filterwarnings = [

[tool.commitizen]
name = "cz_customize"
version = "2.0.0"
version = "2.1.0"
tag_format = "${version}-keycardai-mcp"
ignored_tag_formats = ["${version}-*"]
update_changelog_on_bump = true
Expand Down
Loading