# Package Management with `uv` These rules define strict guidelines for managing Python dependencies in this project using the `uv` dependency manager. **✅ Use `uv` exclusively** - All Python depen
# Package Management with `uv` These rules define strict guidelines for managing Python dependencies in this project using the `uv` dependency manager. **✅ Use `uv` exclusively** - All Python dep
Directory structure: └── jlowin-fastmcp/ ├── README.md ├── AGENTS.md ├── justfile ├── LICENSE ├── pyproject.toml ├── uv.lock ├