fastmcp/justfile
2025-05-02 15:49:24 -04:00

9 lines
No EOL
136 B
Makefile

build:
uv sync
test: build
uv run --frozen pytest -xvs tests
# Run pyright on all files
typecheck:
uv run --frozen pyright