Implements MCP server for beads issue tracker, exposing all bd CLI functionality to MCP clients like Claude Desktop. Features: - Complete bd command coverage (init, create, list, ready, show, update, close, dep, blocked, stats) - Type-safe Pydantic models with validation - Comprehensive test suite (unit + integration tests) - Production-ready Python package structure - Environment variable configuration support - Quickstart resource (beads://quickstart) Ready for PyPI publication after real-world testing. Co-authored-by: ghoseb <baishampayan.ghose@gmail.com>
15 lines
149 B
Plaintext
15 lines
149 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
__pycache__
|
|
|
|
# Virtual environments
|
|
.venv
|
|
/.env
|
|
/CLAUDE.md
|
|
/TODO.md
|
|
/.coverage
|