mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-02-04 10:13:31 +00:00
feat: add /v1/** api
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from .math import mcp as math_mcp
|
||||
|
||||
MCP_MAP = {
|
||||
"math": math_mcp,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user