The ``__main__.py`` module ========================== .. py:module:: ansys.common.mcp.__main__ Summary ------- .. py:currentmodule:: __main__ .. tab-set:: .. tab-item:: Functions .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~main` - Provide usage information. This is the main entry point for module execution. Description ----------- Entry point for running the MCP server as a module. **Note:** This common package is primarily intended to be used as a library by product-specific MCP servers (such as PyMAPDL or PyFluent). It does not provide a standalone runnable server. To create a product-specific MCP server, see the examples in the README. .. !! processed by numpydoc !! Module detail ------------- .. py:function:: main() Provide usage information. This is the main entry point for module execution. .. !! processed by numpydoc !!