We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8746d91 commit 1db7d23Copy full SHA for 1db7d23
Makefile
@@ -16,6 +16,7 @@ lint:
16
ruff check .
17
18
typecheck:
19
+ uv sync --group dev --extra test
20
mypy src/mcp_shell_server tests
21
22
coverage:
0 commit comments