config daemon get
mcpd config daemon get¶
Get daemon configuration value
Synopsis¶
Get a specific daemon configuration value from .mcpd.toml file using dotted key notation.
Examples: mcpd config daemon get api.addr mcpd config daemon get api.cors.enable mcpd config daemon get mcp.timeout.health
mcpd config daemon get <key> [flags]
Options inherited from parent commands¶
--config-file string path to config file (default ".mcpd.toml")
--log-level string log level for mcpd logs (default "info")
--log-path string log file path to use for log output
--runtime-file string path to runtime (execution context) file that contains env vars, and arguments for your MCP servers (default "/home/runner/.config/mcpd/secrets.dev.toml")
SEE ALSO¶
- mcpd config daemon - Manages daemon configuration