Improve post MCP installation message - #1822
Merged
Merged
Conversation
Contributor
📝 WalkthroughWalkthroughThe installation script gains two additional user-guidance messages displayed in interactive terminal sessions. These messages inform users about using the Defang MCP server with various coding agents and the option to run Defang's built-in agent, with no changes to control flow or error handling. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
lionello
approved these changes
Jan 20, 2026
KevyVo
added a commit
that referenced
this pull request
Jan 21, 2026
lionello
added a commit
that referenced
this pull request
Jan 21, 2026
* add warning for AWS_ACCESS_KEY and AWS_PROFILE * fix test * add warning to AWS env var * Apply suggestions from code review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * remove check in stack * Use assert * Use assert * fix: don't prompt in CI (#1815) * fix: don't prompt in CI Fixes #1814 * Apply suggestion from @lionello [no ci] * improve post MCP message (#1822) * spacing --------- Co-authored-by: Lio李歐 <lionello@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Currently, the CLI prints the message:
“Run defang mcp setup to install the Defang MCP server.”
This leaves users a bit confused about what to do next. Adding more context would help better guide them through the next steps.
Linked Issues
#1746
Checklist
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.