Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 470 Bytes

File metadata and controls

38 lines (26 loc) · 470 Bytes

Development Environment

Clone the repository:

git clone https://github.com/gradion-ai/mcpygen.git
cd mcpygen

Create a virtual environment and install dependencies:

uv sync

Activate the virtual environment:

source .venv/bin/activate

Install pre-commit hooks:

invoke precommit-install

Enforce coding conventions (also enforced by pre-commit hooks):

invoke cc

Run tests:

pytest -s tests