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

@@ -2,7 +2,9 @@ from operator import add, mul, sub, truediv
from mcp.server.fastmcp import FastMCP
mcp = FastMCP("math")
from ..config import settings
mcp = FastMCP("math", settings=settings.instructions)
@mcp.tool()