README.md
pyproject.toml
hanzo_mcp/__init__.py
hanzo_mcp/__main__.py
hanzo_mcp/bridge.py
hanzo_mcp/cli.py
hanzo_mcp/cli_enhanced.py
hanzo_mcp/cli_plugin.py
hanzo_mcp/compute_nodes.py
hanzo_mcp/config.py
hanzo_mcp/dev_cli.py
hanzo_mcp/dev_server.py
hanzo_mcp/dev_tools.py
hanzo_mcp/exact_mcp_server.py
hanzo_mcp/exact_tools.py
hanzo_mcp/mcp_server.py
hanzo_mcp/memory_service.py
hanzo_mcp/plugin_interface.py
hanzo_mcp/server.py
hanzo_mcp/server_enhanced.py
hanzo_mcp/types.py
hanzo_mcp/unified_backend.py
hanzo_mcp.egg-info/PKG-INFO
hanzo_mcp.egg-info/SOURCES.txt
hanzo_mcp.egg-info/dependency_links.txt
hanzo_mcp.egg-info/entry_points.txt
hanzo_mcp.egg-info/requires.txt
hanzo_mcp.egg-info/top_level.txt
hanzo_mcp/analytics/__init__.py
hanzo_mcp/analytics/posthog_analytics.py
hanzo_mcp/backends/sqlite_plugin.py
hanzo_mcp/core/base_agent.py
hanzo_mcp/core/model_registry.py
hanzo_mcp/prompts/__init__.py
hanzo_mcp/prompts/compact_conversation.py
hanzo_mcp/prompts/create_release.py
hanzo_mcp/prompts/enhanced_prompts.py
hanzo_mcp/prompts/example_custom_prompt.py
hanzo_mcp/prompts/project_system.py
hanzo_mcp/prompts/project_todo_reminder.py
hanzo_mcp/prompts/tool_explorer.py
hanzo_mcp/prompts/utils.py
hanzo_mcp/tools/__init__.py
hanzo_mcp/tools/build_tool.py
hanzo_mcp/tools/dev_tools.py
hanzo_mcp/tools/dev_tools_mcp.py
hanzo_mcp/tools/edit_tool.py
hanzo_mcp/tools/fmt_tool.py
hanzo_mcp/tools/guard_tool.py
hanzo_mcp/tools/lint_tool.py
hanzo_mcp/tools/test_tool.py
hanzo_mcp/tools/common/__init__.py
hanzo_mcp/tools/common/auto_timeout.py
hanzo_mcp/tools/common/base.py
hanzo_mcp/tools/common/cli_tool_factory.py
hanzo_mcp/tools/common/context.py
hanzo_mcp/tools/common/context_fix.py
hanzo_mcp/tools/common/decorators.py
hanzo_mcp/tools/common/enhanced_base.py
hanzo_mcp/tools/common/entrypoint_loader.py
hanzo_mcp/tools/common/error_logger.py
hanzo_mcp/tools/common/fastmcp_pagination.py
hanzo_mcp/tools/common/forgiving_edit.py
hanzo_mcp/tools/common/mode.py
hanzo_mcp/tools/common/mode_loader.py
hanzo_mcp/tools/common/paginated_base.py
hanzo_mcp/tools/common/paginated_response.py
hanzo_mcp/tools/common/pagination.py
hanzo_mcp/tools/common/permissions.py
hanzo_mcp/tools/common/persona_adapter.py
hanzo_mcp/tools/common/personality.py
hanzo_mcp/tools/common/plugin_loader.py
hanzo_mcp/tools/common/stats.py
hanzo_mcp/tools/common/test_helpers.py
hanzo_mcp/tools/common/timeout_parser.py
hanzo_mcp/tools/common/tool.py
hanzo_mcp/tools/common/tool_disable.py
hanzo_mcp/tools/common/tool_enable.py
hanzo_mcp/tools/common/tool_install.py
hanzo_mcp/tools/common/tool_list.py
hanzo_mcp/tools/common/tool_registry.py
hanzo_mcp/tools/common/truncate.py
hanzo_mcp/tools/common/validation.py
hanzo_mcp/tools/common/version_tool.py
hanzo_mcp/utils/event_loop.py
tests/test_agent_tools_ci.py
tests/test_async_support.py
tests/test_batch_tool_edge_cases.py
tests/test_cli.py
tests/test_cli_tools.py
tests/test_e2e_demo.py
tests/test_e2e_simple.py
tests/test_error_logging.py
tests/test_exact_tools_contracts.py
tests/test_failure_cases.py
tests/test_find_tool_ffind.py
tests/test_find_tool_integration.py
tests/test_find_tool_registration.py
tests/test_git_ingestion.py
tests/test_hanzo_agents_integration.py
tests/test_hanzo_mcp_integration.py
tests/test_hanzo_mcp_local.py
tests/test_hanzo_mcp_simple.py
tests/test_hanzo_network_integration.py
tests/test_litellm_warnings.py
tests/test_lsp_tool.py
tests/test_manual.py
tests/test_memory_base.py
tests/test_memory_basic.py
tests/test_memory_consolidated.py
tests/test_memory_simple.py
tests/test_memory_utils.py
tests/test_new_tools.py
tests/test_no_stubs.py
tests/test_performance.py
tests/test_refactor_tool.py
tests/test_search.py
tests/test_search_quality.py
tests/test_search_tool.py
tests/test_shell_features.py
tests/test_shell_tools.py
tests/test_simple.py
tests/test_startup_performance.py
tests/test_stdio_protocol.py
tests/test_stdio_simple.py
tests/test_streaming_command.py
tests/test_swarm_simple.py
tests/test_tools_suite.py
tests/test_utils.py
tests/test_vector_store.py
tests/test_web3_integration.py