Clone the repository:
git clone https://github.com/gradion-ai/mcpygen.git
cd mcpygenCreate a virtual environment and install dependencies:
uv syncActivate the virtual environment:
source .venv/bin/activateInstall pre-commit hooks:
invoke precommit-installEnforce coding conventions (also enforced by pre-commit hooks):
invoke ccRun tests:
pytest -s tests