feat(*): t3code-mcp connector - machines, projects, dispatch, wait, interrupt

This commit is contained in:
hh
2026-08-29 20:36:21 +02:00
commit c86f34c9fa
21 changed files with 2891 additions and 0 deletions
+20
View File
@@ -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:
uv run pytest -q
run:
uv run python -m t3code_mcp