Files
mcp-template-python/src/mcp_template_python/app/__init__.py
2025-07-19 22:50:04 +08:00

6 lines
71 B
Python

from .math import mcp as math_mcp
MCP_MAP = {
"math": math_mcp,
}