LICENSE
README.md
pyproject.toml
src/mcp_xray/__init__.py
src/mcp_xray/chat.py
src/mcp_xray/cli.py
src/mcp_xray/connect.py
src/mcp_xray/counting.py
src/mcp_xray/finding.py
src/mcp_xray/grade.py
src/mcp_xray/inventory.py
src/mcp_xray/orchestrator.py
src/mcp_xray/phases.py
src/mcp_xray/pricing.py
src/mcp_xray/report.py
src/mcp_xray/validate.py
src/mcp_xray/vendors.py
src/mcp_xray/probes/__init__.py
src/mcp_xray/probes/base.py
src/mcp_xray/probes/consolidate.py
src/mcp_xray/probes/noise.py
src/mcp_xray/probes/static_hygiene.py
src/mcp_xray/probes/token_tax/__init__.py
src/mcp_xray/probes/token_tax/base_adapter.py
src/mcp_xray/probes/token_tax/mcp_checkup.py
src/mcp_xray/probes/token_tax/token_analyzer.py
src/mcp_xray_audit.egg-info/PKG-INFO
src/mcp_xray_audit.egg-info/SOURCES.txt
src/mcp_xray_audit.egg-info/dependency_links.txt
src/mcp_xray_audit.egg-info/entry_points.txt
src/mcp_xray_audit.egg-info/requires.txt
src/mcp_xray_audit.egg-info/top_level.txt
tests/test_capture.py
tests/test_cli.py
tests/test_consolidate.py
tests/test_grade_report.py
tests/test_inventory.py
tests/test_noise.py
tests/test_phases.py
tests/test_pricing.py
tests/test_static.py
tests/test_validate.py
tests/test_vendors.py