The __main__.py module#
Summary#
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.
Module detail#
- __main__.main()#
Provide usage information. This is the main entry point for module execution.