Thanks for your interest in contributing! A few things to know before you submit a PR.
This project is dual-licensed — free for non-commercial use, with paid licenses for commercial use. To keep that model legally sound, all contributors must sign the CLA before their PR can be merged.
The CLA is short and plain-English: you keep your copyright, you grant the project the right to sublicense your contribution commercially, and you confirm the work is yours to submit.
CLA Assistant will prompt you automatically when you open a PR. It takes about 30 seconds.
If you're using jCodeMunch in a commercial context, see the license section in the README for options.
git clone https://github.com/jgravelle/jcodemunch-mcp
cd jcodemunch-mcp
pip install -e ".[test]"
pytest tests/ -q- Open an issue before starting large features — saves everyone time if direction needs discussion
- Keep PRs focused; one feature or fix per PR
- Include tests for new functionality
- Run the full test suite before submitting