feat: Add Beads MCP Server [bd-5]
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>
This commit is contained in:
committed by
GitHub
parent
69cff96d9d
commit
1b1380e6c3
7
integrations/beads-mcp/src/beads_mcp/__init__.py
Normal file
7
integrations/beads-mcp/src/beads_mcp/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""MCP Server for Beads Agentic Task Tracker and Memory System
|
||||
|
||||
This package provides an MCP (Model Context Protocol) server that exposes
|
||||
beads (bd) issue tracker functionality to MCP Clients.
|
||||
"""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
Reference in New Issue
Block a user