12-Angry-Agent / mcp /__init__.py
Blu3Orange
Add main application logic, memory management, and configuration for 12 Angry Agents
a9f964a
raw
history blame contribute delete
180 Bytes
"""MCP server tools for 12 Angry Agents."""
# MCP tools will be defined in app.py via Gradio's mcp_server=True
# This module is reserved for future tool definitions
__all__ = []