feat: add /v1/** api

This commit is contained in:
Sun-ZhenXing
2025-07-19 22:50:04 +08:00
parent 43c7a970dd
commit bcb5994356
18 changed files with 177 additions and 44 deletions

View File

@@ -0,0 +1,5 @@
from .math import mcp as math_mcp
MCP_MAP = {
"math": math_mcp,
}