# MCP Gateway Coverage Guide
Use this guide to run coverage for the current direct Gateway session implementation.
python run_coverage.py
python run_coverage.py --open
Manual form:
python -m coverage run -m unittest discover -s tests -p "test_*.py"
python -m coverage report -m --fail-under=100
python -m coverage html
Coverage should focus on:
query_order behavior.The retired authorization-code binding files and tools should not appear in the runtime coverage list.