We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d04b3 commit a9b25baCopy full SHA for a9b25ba
packages/mcp/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.8.0-keycardai-mcp (2025-10-07)
2
+
3
4
+- refactor(keycardai-mcp): improve error messages
5
+- refactor(keycardai-mcp): improves the error messages to provide useful debug information
6
7
## 0.7.1-keycardai-mcp (2025-09-29)
8
9
packages/mcp/pyproject.toml
@@ -118,7 +118,7 @@ addopts = "-ra -q"
118
119
[tool.commitizen]
120
name = "cz_customize"
121
-version = "0.7.1"
+version = "0.8.0"
122
tag_format = "${version}-keycardai-mcp"
123
ignored_tag_formats = ["${version}-*"]
124
update_changelog_on_bump = true
0 commit comments