Thanks for your interest in contributing to QuantContext!
git clone https://github.com/zomma-dev/quantcontext-mcp-server.git
cd quantcontext-mcp-server
python -m venv .venv
source .venv/bin/activate
pip install -e .python tests/test_tools.py- Add the skill to
engine/skills/pipeline_skills/registry.py - Add config documentation to
SCREEN_CONFIG_HELPinserver.py - Update tool documentation in
docs-site/(hosted on Mintlify) - Add a test case to
tests/test_tools.py
- Python 3.10+ type hints everywhere
- Docstrings on all public functions
- JSON output must have no NaN values (use
None) - Error responses must include an
"error"key with a helpful message
- One feature per PR
- Include test coverage
- Update docs if adding or changing tool parameters