The solve package#

Summary#

backends

Solve connection/data-plane backends.

catalog

Solve settings catalog (discovery, indexing, retrieval).

data

Bundled static data for PyFluent-MCP.

lib

Cross-cutting solve helpers that aren’t backend/catalog/agent.

mcp

Solve MCP leaf provides Fluent solver live-context and execution tools.

skills

Routing skill for the standalone ansys-fluent-mcp server.

SolveMCP

Solve MCP leaf: Fluent solver live-context and execution tools.

Description#

Solve leaf, which provides Fluent solver live-context and execution tools.

The MCP class SolveMCP lives in ansys.fluent.mcp.solve.mcp; it is re-exported here so both ansys.fluent.mcp.solve and ansys.fluent.mcp.solve.mcp resolve to the same class. New code may prefer the direct import for explicitness.

The product-domain layer is organised into subpackages: backends (PyFluent / composite backends), catalog (offline schema, index, help, retriever), lib (domain tools, units, patterns) and data (bundled settings schema).