Skip to content

Commit a2bbbe0

Browse files
Update src/mcpm/commands/config.py
Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
1 parent 3dd92cc commit a2bbbe0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/mcpm/commands/config.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ def config():
2626
@config.command()
2727
@click.help_option("-h", "--help")
2828
def set():
29-
"""Set MCPM configuration."""
29+
"""Set MCPM configuration.
30+
31+
Example:
32+
33+
\b
34+
mcpm config set
35+
"""
3036
set_key = Prompt.ask("Configuration key to set", choices=["node_executable"], default="node_executable")
3137
node_executable = Prompt.ask(
3238
"Select default node executable, it will be automatically applied when adding npx server with mcpm add",

0 commit comments

Comments
 (0)