File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " hanzo-mcp"
7- version = " 0.14 .0"
7+ version = " 0.15 .0"
88description = " The Zen of Hanzo MCP: One server to rule them all. The ultimate MCP that orchestrates all others."
99readme = " README.md"
1010requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments