test:
    pytest tests/ -v --cov=shap_mcp --cov-report=term-missing

run:
    python -m shap_mcp.main

lint:
    ruff check src/ tests/
    ruff format --check src/ tests/
