Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 372 Bytes

File metadata and controls

16 lines (10 loc) · 372 Bytes

Claude Code Instructions for uxarray-mcp-server

Before every push

Always run both of these and fix any failures before pushing or opening a PR:

uv run pre-commit run --all-files
uv run pytest tests/ --ignore=tests/test_remote_agent.py -v

Never push if pre-commit or tests are failing.

Code style

Follow the conventions in AGENTS.md.