Skip to content

Commit 214b3f7

Browse files
authored
adds temp message to still loading section of /tools (#2881)
1 parent 63f022a commit 214b3f7

File tree

1 file changed

+5
-1
lines changed
  • crates/chat-cli/src/cli/chat/cli

1 file changed

+5
-1
lines changed

crates/chat-cli/src/cli/chat/cli/tools.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,11 @@ impl ToolsArgs {
147147
queue!(
148148
session.stderr,
149149
style::SetAttribute(Attribute::Bold),
150-
style::Print("Servers still loading"),
150+
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)"),
151155
style::SetAttribute(Attribute::Reset),
152156
style::Print("\n"),
153157
style::Print("▔".repeat(terminal_width)),

0 commit comments

Comments
 (0)