chore: update deps

This commit is contained in:
Sun-ZhenXing
2025-07-25 09:28:12 +08:00
parent 7941617a8f
commit a837441bc4
5 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ from mcp.server.fastmcp import FastMCP
from ..config import settings
mcp = FastMCP("math", settings=settings.instructions)
mcp = FastMCP("math", instructions=settings.instructions)
@mcp.tool()