Contributing to jDocMunch-MCP banner
jgravelle jgravelle

Contributing to jDocMunch-MCP

Git community intermediate

Description

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

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for jgravelle/jdocmunch-mcp, shared by 2 entries in this directory. It describes the repository, not this entry specifically.

Contributing to jDocMunch-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](https://cla-assistant.io/jgravelle/jdocmunch-mcp)**

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

Commercial Licensing

If you're using jDocMunch in a commercial context, see the [license section in the README](README.md) for options.

Getting Started

git clone https://github.com/jgravelle/jdocmunch-mcp
cd jdocmunch-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