The server.py module#

Summary#

launcher

Launch the Fluent Solve MCP server (console entry point).

Description#

Lifespan and CLI entry for the MCP server with startup options.

Module detail#

server.launcher(argv: list[str] | None = None) None#

Launch the Fluent Solve MCP server (console entry point).

Parameters:
argvOptional[list[str]]

Argv to supply to the function.

Returns:
None

The function completes through its side effects.

server.run_solve#