The cli.py module# Summary# Functions run_cfx Run the PyCFX-MCP command-line entry point. Description# Console entry point for standalone PyCFX-MCP. Module detail# cli.run_cfx(argv: list[str] | None = None) → None# Run the PyCFX-MCP command-line entry point. Parameters: argvOptional[list[str]], default: NoneCommand-line arguments passed to the CLI entry point. Returns: NoneNo value is returned. Side effects are applied to the relevant cache, session, or server.