The cli.py module#

Summary#

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: None

Command-line arguments passed to the CLI entry point.

Returns:
None

No value is returned. Side effects are applied to the relevant cache, session, or server.