Skip to content

Commit cc4b435

Browse files
committed
adds copy change for /mcp
1 parent d297b30 commit cc4b435

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const WELCOME_TEXT: &str = color_print::cstr! {"<cyan!>
205205
const SMALL_SCREEN_WELCOME_TEXT: &str = color_print::cstr! {"<em>Welcome to <cyan!>Amazon Q</cyan!>!</em>"};
206206
const RESUME_TEXT: &str = color_print::cstr! {"<em>Picking up where we left off...</em>"};
207207

208-
const ROTATING_TIPS: [&str; 12] = [
208+
const ROTATING_TIPS: [&str; 13] = [
209209
color_print::cstr! {"You can resume the last conversation from your current directory by launching with <green!>q chat --resume</green!>"},
210210
color_print::cstr! {"Get notified whenever Q CLI finishes responding. Just run <green!>q settings chat.enableNotifications true</green!>"},
211211
color_print::cstr! {"You can use <green!>/editor</green!> to edit your prompt with a vim-like experience"},
@@ -218,6 +218,7 @@ const ROTATING_TIPS: [&str; 12] = [
218218
color_print::cstr! {"If you want to file an issue to the Q CLI team, just tell me, or run <green!>q issue</green!>"},
219219
color_print::cstr! {"You can enable custom tools with <green!>MCP servers</green!>. Learn more with /help"},
220220
color_print::cstr! {"You can specify wait time (in ms) for mcp server loading with <green!>q settings mcp.initTimeout {timeout in int}</green!>. Servers that takes longer than the specified time will continue to load in the background. Use /tools to see pending servers."},
221+
color_print::cstr! {"You can see the server load status as well as any warnings or errors associated with <green!>/mcp</green!>"},
221222
];
222223

223224
const GREETING_BREAK_POINT: usize = 80;
@@ -247,6 +248,7 @@ const HELP_TEXT: &str = color_print::cstr! {"
247248
<em>untrust</em> <black!>Revert a tool or tools to per-request confirmation</black!>
248249
<em>trustall</em> <black!>Trust all tools (equivalent to deprecated /acceptall)</black!>
249250
<em>reset</em> <black!>Reset all tools to default permission levels</black!>
251+
<em>/mcp</em> <black!>See mcp server loaded</black!>
250252
<em>/profile</em> <black!>Manage profiles</black!>
251253
<em>help</em> <black!>Show profile help</black!>
252254
<em>list</em> <black!>List profiles</black!>

0 commit comments

Comments
 (0)