@@ -0,0 +1,20 @@
.PHONY: sync check fix run test
sync:
uv sync
check:
uv run ruff format --check
uv run ruff check
uv run ty check
uv run pytest -q
fix:
uv run ruff format
uv run ruff check --fix
test:
run:
uv run python -m t3code_mcp
The note is not visible to the blocked user.