LICENSE
README.md
pyproject.toml
src/galet_tools/__init__.py
src/galet_tools/discovery.py
src/galet_tools/register_generic_defaults.py
src/galet_tools.egg-info/PKG-INFO
src/galet_tools.egg-info/SOURCES.txt
src/galet_tools.egg-info/dependency_links.txt
src/galet_tools.egg-info/entry_points.txt
src/galet_tools.egg-info/requires.txt
src/galet_tools.egg-info/top_level.txt
src/galet_tools/framework/__init__.py
src/galet_tools/framework/handler_registry.py
src/galet_tools/framework/handler_v2.py
src/galet_tools/framework/schema_handler_v2.py
src/galet_tools/host/__init__.py
src/galet_tools/host/adapters.py
src/galet_tools/host/config.py
src/galet_tools/host/security.py
src/galet_tools/mcp/__init__.py
src/galet_tools/mcp/server.py
src/galet_tools/mcp/smoke.py
src/galet_tools/mcp/tool_adapter.py
src/galet_tools/ports/__init__.py
src/galet_tools/ports/config_provider.py
src/galet_tools/ports/sandbox_root_resolver.py
src/galet_tools/ports/security_policy.py
src/galet_tools/ports/storage_location_resolver.py
src/galet_tools/tools/__init__.py
src/galet_tools/tools/command_execution_handler2.py
src/galet_tools/tools/execute_command2.py
src/galet_tools/tools/file_load_handler2.py
src/galet_tools/tools/file_save_handler.py
src/galet_tools/tools/generate_image_handler.py
src/galet_tools/tools/generate_svg_handler.py
src/galet_tools/tools/patch_apply_handler.py
src/galet_tools/tools/repo_index_handler.py
src/galet_tools/tools/repo_search_handler.py
src/galet_tools/tools/repository_handler_support.py
src/galet_tools/tools/repository_index.py
tests/test_command_execution_handler2.py
tests/test_discovery.py
tests/test_execute_command2.py
tests/test_execute_command_fail_fast.py
tests/test_file_load_handler2.py
tests/test_file_save_handler.py
tests/test_generate_image_handler.py
tests/test_generate_svg_handler.py
tests/test_handler_registry_factory.py
tests/test_host_config.py
tests/test_mcp_server_dispatch.py
tests/test_mcp_server_dispatch_errors.py
tests/test_mcp_server_scope.py
tests/test_patch_apply_handler.py
tests/test_permission_filtering.py
tests/test_register_generic_defaults.py
tests/test_repository_navigation_handlers.py
tests/test_tool_adapter.py