LICENSE
README.md
pyproject.toml
src/root_cli/__init__.py
src/root_cli/main.py
src/root_cli/commands/__init__.py
src/root_cli/commands/analysis.py
src/root_cli/commands/data_access.py
src/root_cli/commands/file_ops.py
src/root_cli/commands/plotting.py
src/root_mcp/__init__.py
src/root_mcp/config.py
src/root_mcp/server.py
src/root_mcp.egg-info/PKG-INFO
src/root_mcp.egg-info/SOURCES.txt
src/root_mcp.egg-info/dependency_links.txt
src/root_mcp.egg-info/entry_points.txt
src/root_mcp.egg-info/requires.txt
src/root_mcp.egg-info/top_level.txt
src/root_mcp/common/__init__.py
src/root_mcp/common/cache.py
src/root_mcp/common/errors.py
src/root_mcp/common/root_availability.py
src/root_mcp/common/utils.py
src/root_mcp/core/__init__.py
src/root_mcp/core/io/__init__.py
src/root_mcp/core/io/exporters.py
src/root_mcp/core/io/file_manager.py
src/root_mcp/core/io/readers.py
src/root_mcp/core/io/retention.py
src/root_mcp/core/io/validators.py
src/root_mcp/core/operations/__init__.py
src/root_mcp/core/operations/basic_stats.py
src/root_mcp/core/tools/__init__.py
src/root_mcp/core/tools/data_access.py
src/root_mcp/core/tools/discovery.py
src/root_mcp/extended/__init__.py
src/root_mcp/extended/analysis/__init__.py
src/root_mcp/extended/analysis/correlations.py
src/root_mcp/extended/analysis/expression.py
src/root_mcp/extended/analysis/fitting.py
src/root_mcp/extended/analysis/histograms.py
src/root_mcp/extended/analysis/kinematics.py
src/root_mcp/extended/analysis/operations.py
src/root_mcp/extended/analysis/plotting.py
src/root_mcp/extended/root_native/__init__.py
src/root_mcp/extended/root_native/backends.py
src/root_mcp/extended/root_native/executor.py
src/root_mcp/extended/root_native/sandbox.py
src/root_mcp/extended/root_native/templates.py
src/root_mcp/extended/tools/__init__.py
src/root_mcp/extended/tools/analysis.py
src/root_mcp/extended/tools/plotting.py
src/root_mcp/extended/tools/root_native.py
src/root_mcp/observability/__init__.py
src/root_mcp/observability/metrics.py
src/root_mcp/security/__init__.py
src/root_mcp/security/audit.py
src/root_mcp/security/auth.py
src/root_mcp/security/context.py
src/root_mcp/security/policy.py
src/root_mcp/security/quotas.py
src/root_mcp/security/resources.py
src/root_mcp/transport/__init__.py
src/root_mcp/transport/http.py
src/root_mcp/transport/stdio.py
tests/test_audit_logging.py
tests/test_cache_isolation.py
tests/test_central_examples.py
tests/test_central_native_policy.py
tests/test_central_path_resolution.py
tests/test_central_tool_visibility.py
tests/test_cli_transports.py
tests/test_deployment_config.py
tests/test_env_cli_overrides.py
tests/test_export_isolation.py
tests/test_export_retention.py
tests/test_http_auth.py
tests/test_http_startup_validation.py
tests/test_mcp_integration.py
tests/test_native_execution_backends.py
tests/test_policy_engine.py
tests/test_quotas.py
tests/test_resource_acl.py
tests/test_root_availability.py
tests/test_root_executor.py
tests/test_root_native_tools.py
tests/test_root_templates.py
tests/test_smoke.py
tests/test_streamable_http.py