todoappapi / mcp_server /__init__.py
GrowWithTalha's picture
feat: sync backend changes from main repo
dc3879e
raw
history blame contribute delete
363 Bytes
"""MCP Server for AI Chatbot task management tools.
[Task]: T009
[From]: specs/004-ai-chatbot/plan.md
This package provides MCP (Model Context Protocol) tools that enable the AI agent
to interact with the task management system through a standardized protocol.
All tools are stateless and enforce user_id scoping for data isolation.
"""
__version__ = "1.0.0"