feat: add docker support

This commit is contained in:
Sun-ZhenXing
2025-06-15 12:35:56 +08:00
parent e1b112f401
commit b53f744aa7
10 changed files with 187 additions and 31 deletions

View File

@@ -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()