MCPcopy
hub / github.com/MinishLab/semble / main

Function main

src/semble/cli.py:62–67  ·  view source on GitHub ↗

Entry point for the semble command-line tool.

()

Source from the content-addressed store, hash-verified

60
61
62def main() -> None:
63 """Entry point for the semble command-line tool."""
64 if len(sys.argv) > 1 and sys.argv[1] in _CLI_DISPATCH_ARGS:
65 _cli_main()
66 else:
67 _mcp_main()
68
69
70def _mcp_main() -> None:

Calls 2

_cli_mainFunction · 0.85
_mcp_mainFunction · 0.85