Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.23 KB

File metadata and controls

33 lines (21 loc) · 1.23 KB

Contributing to jCodeMunch-MCP

Thanks for your interest in contributing! A few things to know before you submit a PR.

Contributor License Agreement

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.

Sign the CLA

CLA Assistant will prompt you automatically when you open a PR. It takes about 30 seconds.

Commercial Licensing

If you're using jCodeMunch in a commercial context, see the license section in the README for options.

Getting Started

git clone https://github.com/jgravelle/jcodemunch-mcp
cd jcodemunch-mcp
pip install -e ".[test]"
pytest tests/ -q

Guidelines

  • 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