Updated all component versions: - bd CLI: 0.24.3 → 0.24.4 - Plugin: 0.24.3 → 0.24.4 - MCP server: 0.24.3 → 0.24.4 - npm package: 0.24.3 → 0.24.4 - Git hooks: 0.24.3 → 0.24.4 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
221 B
Python
8 lines
221 B
Python
"""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__ = "0.24.4"
|