The config.py module#
Summary#
Resolved configuration for one server process. |
Load environment variables (via |
Description#
Runtime configuration for the PyLumerical MCP server.
Reads environment variables (loaded by python-dotenv from .env when
present) and exposes a single immutable Config object the server consults
at startup.