Amp-Thread-ID: https://ampcode.com/threads/T-5d7f722e-ec33-499a-bd3d-e684c554d7fe 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.0"
|