The catalog package#
Summary#
Description#
Solve settings catalog (discovery, indexing, retrieval).
ansys.fluent.mcp.solve.catalog.schema: Offline-cached PyFluent settings tree (~62k paths) used by the plan validator and the indexer.ansys.fluent.mcp.solve.catalog.index: Keyword inverted index built on top of the schema. Drivesfind_setting_path.ansys.fluent.mcp.solve.catalog.help: Help/description dataclasses attached to catalog entries.ansys.fluent.mcp.solve.catalog.retriever: Semantic plus lexical retriever that returns ranked candidates forfind_api/RAG flows.
The catalog is consumed by BOTH backends (path validation,
find_setting_path) and the agent intelligence layer (RAG
grounding). Keeping it separate makes that dual ownership explicit.