Execution Context
Global Configuration
Runtime File Path
All commands support an optional parameter to specify the location of the mcpd runtime file which provides the execution context.
You can provide this path in multiple ways:
CLI flag:
--runtime-file <path>Environment variable:
MCPD_RUNTIME_FILE=<path>Default:
~/.config/mcpd/secrets.dev.toml
The runtime file is modified using the following commands:
mcpd config args setmcpd config env set
These values apply at runtime and are separate from your project-specific .mcpd.toml.
Sample Configuration File
Manual Changes
The Execution Context Configuration file is automatically updated by mcpd config commands, you shouldn't edit it by hand unless absolutely necessary.
Last updated