config daemon list
mcpd config daemon list¶
List daemon configuration
Synopsis¶
List daemon configuration from .mcpd.toml file.
Examples: mcpd config daemon list # Show current configuration mcpd config daemon list --available # Show all available configuration keys
mcpd config daemon list [flags]
Options¶
--available Show all available configuration keys with descriptions
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