chore: update deps

This commit is contained in:
Sun-ZhenXing
2025-08-07 19:05:18 +08:00
parent a837441bc4
commit 6a6dbe25d2
9 changed files with 452 additions and 123 deletions

View File

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