The config.py module#

Summary#

Config

Resolved configuration for one server process.

load_config

Load environment variables (via .env if present) and build a Config object.

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.

Module detail#

config.load_config() Config#

Load environment variables (via .env if present) and build a Config object.