feat: update config

This commit is contained in:
Sun-ZhenXing
2025-07-21 11:36:58 +08:00
parent 48f2efef7a
commit 2b48a92596
5 changed files with 48 additions and 67 deletions

View File

@@ -1,8 +1,7 @@
from operator import add, mul, sub, truediv
from mcp_template_python.lib.better_mcp import BetterFastMCP
from ..config import settings
from ..lib.better_mcp import BetterFastMCP
mcp = BetterFastMCP("math", settings=settings.instructions)