feat: update config & cors

This commit is contained in:
Sun-ZhenXing
2025-10-02 16:20:15 +08:00
parent 477888de17
commit 0ffc5b69b4
13 changed files with 273 additions and 208 deletions

View File

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