LICENSE
README.md
pyproject.toml
src/glovebox/__init__.py
src/glovebox/__main__.py
src/glovebox/_version.py
src/glovebox/audit.py
src/glovebox/budget.py
src/glovebox/cli.py
src/glovebox/config.py
src/glovebox/disclosure.py
src/glovebox/doctor.py
src/glovebox/output_limits.py
src/glovebox/path_redaction.py
src/glovebox/paths.py
src/glovebox/py.typed
src/glovebox/server.py
src/glovebox/smoke.py
src/glovebox/tool_manifest.py
src/glovebox/tools/__init__.py
src/glovebox/tools/aggregate.py
src/glovebox/tools/list_dir.py
src/glovebox/tools/registry.py
src/glovebox/tools/search.py
src/glovebox/tools/stat_path.py
src/mcp_glovebox.egg-info/PKG-INFO
src/mcp_glovebox.egg-info/SOURCES.txt
src/mcp_glovebox.egg-info/dependency_links.txt
src/mcp_glovebox.egg-info/entry_points.txt
src/mcp_glovebox.egg-info/requires.txt
src/mcp_glovebox.egg-info/top_level.txt
tests/test_aggregate_constrained.py
tests/test_budget_and_audit.py
tests/test_contract_no_leak.py
tests/test_disclosure.py
tests/test_doctor_and_cli.py
tests/test_harness_layers.py
tests/test_llm_eval_model_ids.py
tests/test_llm_eval_prompts.py
tests/test_path_redaction.py
tests/test_paths.py
tests/test_scenario_mount.py
tests/test_search_csv_column.py
tests/test_smoke.py
tests/test_tool_error_paths.py
tests/test_tool_manifest_sync.py
tests/test_validate_tools_script.py