Context7 MCP CLI tools project
- Python 3.12
- Package management with uv
- Code quality tools: ruff, mypy
- Testing with pytest and pytest-asyncio
- Pre-commit hooks with lefthook
- CI/CD with GitHub Actions
- Clone the repository:
git clone https://github.com/wataruY/c7-cli.git
cd c7-cli- Install dependencies:
uv sync- Install git hooks:
lefthook installSee CLAUDE.md for detailed development instructions.
See LICENSE for details.