A Python project for [brief description of what SimMCP does].
pip install -e .[Add usage instructions here]
To set up the development environment:
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
pip install -e ".[dev]"Run the test suite with:
pytest