Files
mcp-example/main.py
2025-08-15 19:50:11 +08:00

7 lines
85 B
Python

def main():
print("Hello from weather!")
if __name__ == "__main__":
main()