alphabrief / apps /api /app /mcp_server /__init__.py
Abdr007's picture
AlphaBrief — deployed tree
69e310f
Raw
History Blame Contribute Delete
325 Bytes
"""Model Context Protocol tool server.
All market, news and metric capability is exposed as MCP tools, so the tools are
standardised, discoverable and reusable by any agent framework — not just this
LangGraph app.
"""
from app.mcp_server.registry import TOOL_NAMES, build_server
__all__ = ["TOOL_NAMES", "build_server"]