fastmcp/justfile
zzstoatzz 313b8d5bf1 Add video tutorials to community showcase
- Add YouTube tutorial by Greg + Code on building remote MCP servers
- Add YouTube tutorial by ZazenCodes on FastMCP best practices
- Create Video Tutorials subsection under Learning Resources
- Add docs command to justfile for local documentation serving

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-12 11:59:55 -05:00

12 lines
176 B
Makefile

build:
uv sync
test: build
uv run --frozen pytest -xvs tests
# Run pyright on all files
typecheck:
uv run --frozen pyright
docs:
cd docs && npx mintlify dev