MCP server providing snapshot vision + mic transcription with explicit arming.
- First milestone
- Second milestone
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
python -m pip install -e ".[dev]"
make lint testmake fmt
make lint
make test- Work happens on branches / PRs
- CI runs format + lint + tests on each push/PR
- Default layout is
src/for packages andtests/for pytest - Commits to
mainare blocked by default (local hook)
MIT