We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd92cc commit a2bbbe0Copy full SHA for a2bbbe0
src/mcpm/commands/config.py
@@ -26,7 +26,13 @@ def config():
26
@config.command()
27
@click.help_option("-h", "--help")
28
def set():
29
- """Set MCPM configuration."""
+ """Set MCPM configuration.
30
+
31
+ Example:
32
33
+ \b
34
+ mcpm config set
35
+ """
36
set_key = Prompt.ask("Configuration key to set", choices=["node_executable"], default="node_executable")
37
node_executable = Prompt.ask(
38
"Select default node executable, it will be automatically applied when adding npx server with mcpm add",
0 commit comments