mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-03-24 11:48:05 +00:00
feat: add docker support
This commit is contained in:
@@ -35,7 +35,3 @@ async def div_nums(a: float, b: float) -> float:
|
||||
Divides the first number by the second.
|
||||
"""
|
||||
return truediv(a, b)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
mcp.run()
|
||||
|
||||
Reference in New Issue
Block a user