Amp-Thread-ID: https://ampcode.com/threads/T-d4392285-dfd0-44d9-86e2-788fbb7aa7d1 Co-authored-by: Amp <amp@ampcode.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.20.2"
|