You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/chat-cli/src/cli/chat/mod.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ const LIMIT_REACHED_TEXT: &str = color_print::cstr! { "You've used all your free
163
163
164
164
pubconstEXTRA_HELP:&str = color_print::cstr! {"
165
165
<cyan,em>MCP:</cyan,em>
166
-
<black!>You can now configure the Amazon Q CLI to use MCP servers. \nLearn how: https://docs.aws.amazon.com/en_us/amazonq/latest/qdeveloper-ug/command-line-mcp.html</black!>
166
+
<black!>You can now configure the Amazon Q CLI to use MCP servers. \nLearn how: https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/qdev-mcp.html</black!>
167
167
168
168
<cyan,em>Tips:</cyan,em>
169
169
<em>!{command}</em> <black!>Quickly execute a command in your current session</black!>
0 commit comments