We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00ac52 commit 5984afbCopy full SHA for 5984afb
src/aks-agent/azext_aks_agent/_params.py
@@ -96,7 +96,7 @@ def load_arguments(self, _):
96
),
97
help=(
98
"Enable AKS MCP integration for enhanced capabilities. "
99
- "Defaults to traditional toolsets; use --aks-mcp to opt in or "
100
- "--no-aks-mcp to stay in traditional mode."
+ "Traditional mode is the default. Use --aks-mcp to enable MCP mode, or "
+ "--no-aks-mcp to explicitly disable it."
101
102
)
0 commit comments