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 63f022a commit 214b3f7Copy full SHA for 214b3f7
crates/chat-cli/src/cli/chat/cli/tools.rs
@@ -147,7 +147,11 @@ impl ToolsArgs {
147
queue!(
148
session.stderr,
149
style::SetAttribute(Attribute::Bold),
150
- style::Print("Servers still loading"),
+ style::Print("Servers loading (Some of these might need auth. See "),
151
+ style::SetForegroundColor(Color::Green),
152
+ style::Print("/mcp"),
153
+ style::SetForegroundColor(Color::Reset),
154
+ style::Print(" for details)"),
155
style::SetAttribute(Attribute::Reset),
156
style::Print("\n"),
157
style::Print("▔".repeat(terminal_width)),
0 commit comments