11 lines
No EOL
542 B
Python
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()
|
|
|