2026-04-28 12:26:25 -05:00
|
|
|
#+------------------------------------------------------------------+
|
|
|
|
|
#| Imports |
|
|
|
|
|
#+------------------------------------------------------------------+
|
2026-04-28 13:39:32 -05:00
|
|
|
from .functions import * # Import functions to register all @mcp.tool() decorators
|
2026-04-28 12:26:25 -05:00
|
|
|
|
|
|
|
|
#+------------------------------------------------------------------+
|
|
|
|
|
#| Entry point |
|
|
|
|
|
#+------------------------------------------------------------------+
|
|
|
|
|
def main():
|
2026-05-03 13:18:10 -05:00
|
|
|
g_registrador.run()
|
2026-04-28 12:26:25 -05:00
|
|
|
|