mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-02-04 02:03:32 +00:00
6 lines
71 B
Python
6 lines
71 B
Python
from .math import mcp as math_mcp
|
|
|
|
MCP_MAP = {
|
|
"math": math_mcp,
|
|
}
|