mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-03-24 03:38:05 +00:00
chore: move ws support to feat-ws
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
from operator import add, mul, sub, truediv
|
||||
|
||||
from ..config import settings
|
||||
from ..lib.better_mcp import BetterFastMCP
|
||||
from mcp.server.fastmcp import FastMCP
|
||||
|
||||
mcp = BetterFastMCP("math", settings=settings.instructions)
|
||||
from ..config import settings
|
||||
|
||||
mcp = FastMCP("math", settings=settings.instructions)
|
||||
|
||||
|
||||
@mcp.tool()
|
||||
|
||||
Reference in New Issue
Block a user