Share feedback
Answers are generated based on the documentation.

docker mcp profile config

DescriptionUpdate the configuration of a profile
Usagedocker mcp profile config <profile-id> [--set <config-arg1> <config-arg2> ...] [--get <config-key1> <config-key2> ...] [--del <config-arg1> <config-arg2> ...]

Description

Update the configuration of a profile

Options

OptionDefaultDescription
--delDelete configuration values: (can be specified multiple times)
--formathumanSupported: json, yaml, human.
--getGet configuration values: (can be specified multiple times)
--get-allGet all configuration values
--setSet configuration values: = (repeatable). Value may be JSON to set typed values (arrays, numbers, booleans, objects).