FullMt5McpByLeo/mt5_mcp_by_leo/Main.py
2026-05-03 13:18:10 -05:00

11 lines
No EOL
542 B
Python

#+------------------------------------------------------------------+
#| Imports |
#+------------------------------------------------------------------+
from .functions import * # Import functions to register all @mcp.tool() decorators
#+------------------------------------------------------------------+
#| Entry point |
#+------------------------------------------------------------------+
def main():
g_registrador.run()