The ``common`` package ========================== .. py:module:: ansys.fluent.mcp.common Summary ------- .. py:currentmodule:: common .. tab-set:: .. tab-item:: Submodules .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.fluent.mcp.common.activity_logging` - Helpers for compact, redaction-safe logging of tool calls and live session interactions. * - :py:obj:`~ansys.fluent.mcp.common.backend` - Backend abstraction. * - :py:obj:`~ansys.fluent.mcp.common.backend_trace` - Diagnostic tracer for backend state-query calls. * - :py:obj:`~ansys.fluent.mcp.common.base` - Base MCP server for a Fluids leaf (geometry/mesh/solve/post). * - :py:obj:`~ansys.fluent.mcp.common.config` - Centralized environment-variable configuration for PyFluent MPP. * - :py:obj:`~ansys.fluent.mcp.common.domain_tools` - Domain-tool registration framework. * - :py:obj:`~ansys.fluent.mcp.common.errors` - Helper module to handle errors. * - :py:obj:`~ansys.fluent.mcp.common.file_handlers` - Modular registry mapping file suffixes to product/component handlers. * - :py:obj:`~ansys.fluent.mcp.common.models` - Typed contracts shared by every Fluids MCP leaf. * - :py:obj:`~ansys.fluent.mcp.common.network` - Utilities for resolving network-related environment configuration. * - :py:obj:`~ansys.fluent.mcp.common.path_descriptor` - Unified discovery envelope for Fluent settings paths. * - :py:obj:`~ansys.fluent.mcp.common.session_logging` - Per-session debug logging for PyFluent-MCP. * - :py:obj:`~ansys.fluent.mcp.common.telemetry` - Telemetry hook. * - :py:obj:`~ansys.fluent.mcp.common.text_match` - Shared string-matching utilities for fuzzy/typo-tolerant lookup. * - :py:obj:`~ansys.fluent.mcp.common.timings` - Lightweight in-process latency collector for the gateway. * - :py:obj:`~ansys.fluent.mcp.common.validation` - Static code validation shared across backends. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: activity_logging backend backend_trace base config domain_tools errors file_handlers models network path_descriptor session_logging telemetry text_match timings validation Description ----------- Shared infrastructure for all Fluid's MCP leaves. .. !! processed by numpydoc !!