hanzo-mcp 0.6.3__tar.gz → 0.6.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of hanzo-mcp might be problematic. Click here for more details.
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/PKG-INFO +1 -1
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/__init__.py +1 -1
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/cli.py +19 -2
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/server.py +3 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/batch_search.py +1 -1
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp.egg-info/PKG-INFO +1 -1
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/pyproject.toml +1 -1
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/LICENSE +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/README.md +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/cli_enhanced.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/config/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/config/settings.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/config/tool_config.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/dev_server.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/prompts/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/prompts/compact_conversation.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/prompts/create_release.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/prompts/project_system.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/prompts/project_todo_reminder.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/prompts/utils.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/agent/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/agent/agent.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/agent/agent_tool.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/agent/prompt.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/agent/tool_adapter.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/base.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/batch_tool.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/config_tool.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/context.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/palette.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/palette_loader.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/permissions.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/stats.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/thinking_tool.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/tool_disable.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/tool_enable.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/tool_list.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/common/validation.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/config/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/config/config_tool.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/config/index_config.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/config/palette_tool.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/database/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/database/database_manager.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/database/graph.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/database/graph_add.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/database/graph_query.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/database/graph_remove.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/database/graph_search.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/database/graph_stats.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/database/sql.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/database/sql_query.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/database/sql_search.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/database/sql_stats.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/editor/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/editor/neovim_command.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/editor/neovim_edit.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/editor/neovim_session.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/base.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/content_replace.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/diff.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/directory_tree.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/edit.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/find.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/find_files.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/git_search.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/grep.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/multi_edit.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/read.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/symbols.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/symbols_unified.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/tree.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/unified_search.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/unix_aliases.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/watch.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/filesystem/write.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/jupyter/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/jupyter/base.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/jupyter/jupyter.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/jupyter/notebook_edit.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/jupyter/notebook_read.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/llm/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/llm/consensus_tool.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/llm/llm_manage.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/llm/llm_tool.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/llm/llm_unified.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/llm/provider_tools.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/mcp/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/mcp/mcp_add.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/mcp/mcp_remove.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/mcp/mcp_stats.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/mcp/mcp_unified.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/base.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/base_process.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/bash_session.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/bash_session_executor.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/bash_unified.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/command_executor.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/logs.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/npx.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/npx_background.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/npx_unified.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/open.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/pkill.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/process_unified.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/processes.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/run_background.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/run_command.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/run_command_windows.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/session_manager.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/session_storage.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/uvx.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/uvx_background.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/shell/uvx_unified.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/todo/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/todo/base.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/todo/todo.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/todo/todo_read.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/todo/todo_write.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/vector/__init__.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/vector/ast_analyzer.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/vector/git_ingester.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/vector/index_tool.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/vector/infinity_store.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/vector/mock_infinity.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/vector/project_manager.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/vector/vector.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/vector/vector_index.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp/tools/vector/vector_search.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp.egg-info/SOURCES.txt +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp.egg-info/dependency_links.txt +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp.egg-info/entry_points.txt +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp.egg-info/requires.txt +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/hanzo_mcp.egg-info/top_level.txt +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/setup.cfg +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/setup.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/tests/test_async_support.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/tests/test_cli.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/tests/test_git_ingestion.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/tests/test_new_tools.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/tests/test_search_quality.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/tests/test_unified_search.py +0 -0
- {hanzo_mcp-0.6.3 → hanzo_mcp-0.6.5}/tests/test_vector_store.py +0 -0
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
import argparse
|
|
4
4
|
import json
|
|
5
5
|
import os
|
|
6
|
+
import signal
|
|
6
7
|
import sys
|
|
7
8
|
from pathlib import Path
|
|
8
9
|
from typing import Any, cast
|
|
@@ -12,6 +13,14 @@ from hanzo_mcp.server import HanzoMCPServer
|
|
|
12
13
|
|
|
13
14
|
def main() -> None:
|
|
14
15
|
"""Run the CLI for the Hanzo MCP server."""
|
|
16
|
+
# Set up signal handler to ensure clean exit
|
|
17
|
+
def signal_handler(signum, frame):
|
|
18
|
+
print("\nReceived interrupt signal, shutting down...")
|
|
19
|
+
sys.exit(0)
|
|
20
|
+
|
|
21
|
+
signal.signal(signal.SIGINT, signal_handler)
|
|
22
|
+
signal.signal(signal.SIGTERM, signal_handler)
|
|
23
|
+
|
|
15
24
|
parser = argparse.ArgumentParser(
|
|
16
25
|
description="MCP server implementing Hanzo AI capabilities"
|
|
17
26
|
)
|
|
@@ -249,8 +258,16 @@ def main() -> None:
|
|
|
249
258
|
host=host,
|
|
250
259
|
port=port,
|
|
251
260
|
)
|
|
252
|
-
|
|
253
|
-
|
|
261
|
+
|
|
262
|
+
try:
|
|
263
|
+
# Transport will be automatically cast to Literal['stdio', 'sse'] by the server
|
|
264
|
+
server.run(transport=transport)
|
|
265
|
+
except KeyboardInterrupt:
|
|
266
|
+
print("\nShutting down...")
|
|
267
|
+
sys.exit(0)
|
|
268
|
+
except Exception as e:
|
|
269
|
+
print(f"Server error: {e}", file=sys.stderr)
|
|
270
|
+
sys.exit(1)
|
|
254
271
|
|
|
255
272
|
|
|
256
273
|
def install_claude_desktop_config(
|
|
@@ -150,8 +150,11 @@ class HanzoMCPServer:
|
|
|
150
150
|
|
|
151
151
|
# Register signal handlers for graceful shutdown
|
|
152
152
|
def signal_handler(signum, frame):
|
|
153
|
+
import sys
|
|
154
|
+
print("\nShutting down gracefully...")
|
|
153
155
|
self._cleanup_sessions()
|
|
154
156
|
self._shutdown_event.set()
|
|
157
|
+
sys.exit(0)
|
|
155
158
|
|
|
156
159
|
signal.signal(signal.SIGTERM, signal_handler)
|
|
157
160
|
signal.signal(signal.SIGINT, signal_handler)
|
|
@@ -84,7 +84,7 @@ class BatchSearchResults:
|
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
|
|
87
|
-
Queries = Annotated[List[Dict[str, Any]], Field(description="List of search queries with types",
|
|
87
|
+
Queries = Annotated[List[Dict[str, Any]], Field(description="List of search queries with types", min_length=1)]
|
|
88
88
|
SearchPath = Annotated[str, Field(description="Path to search in", default=".")]
|
|
89
89
|
Include = Annotated[str, Field(description="File pattern to include", default="*")]
|
|
90
90
|
MaxResults = Annotated[int, Field(description="Maximum results per query", default=20)]
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hanzo-mcp"
|
|
7
|
-
version = "0.6.
|
|
7
|
+
version = "0.6.5"
|
|
8
8
|
description = "The Zen of Hanzo MCP: One server to rule them all. The ultimate MCP that orchestrates all others."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.12"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|