Skip to content

Commit 7d1157b

Browse files
committed
chore(hanzo-mcp): bump version to 0.15.0
HIP-0300 bidirectional action sync release: - Full action parity across Python/TS/Rust implementations - 13 unified tools with complete action coverage
1 parent 07ec503 commit 7d1157b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/hanzo-mcp/hanzo_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def __init__(
171171

172172
self.mcp._mcp_server.version = pkg_version("hanzo-mcp")
173173
except Exception:
174-
self.mcp._mcp_server.version = "0.14.0"
174+
self.mcp._mcp_server.version = "0.15.0"
175175

176176
# Initialize authentication token — check env, then ~/.hanzo/mcp_token
177177
self.auth_token = auth_token or os.environ.get("HANZO_MCP_TOKEN")

pkg/hanzo-mcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hanzo-mcp"
7-
version = "0.14.0"
7+
version = "0.15.0"
88
description = "The Zen of Hanzo MCP: One server to rule them all. The ultimate MCP that orchestrates all others."
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)