From 5470aec080b5029a06629947f6ca3096c471ea7b Mon Sep 17 00:00:00 2001 From: Kevin Vo Date: Tue, 20 Jan 2026 12:16:41 -0800 Subject: [PATCH] improve post MCP message --- src/bin/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/install b/src/bin/install index 49fe415d0..1ac07d611 100644 --- a/src/bin/install +++ b/src/bin/install @@ -268,7 +268,9 @@ rm "$FILENAME" echo "Installation completed. You can now use defang by typing '$BINARY_NAME' in the terminal." if [ -t 1 ] && [ "$CI" != "1" ] && [ "$CI" != "true" ]; then + echo "The Defang MCP server can be used with the coding agent of your choice." echo "Run '$BINARY_NAME mcp setup' to install the Defang MCP server." + echo "Alternatively, you can use Defang's built-in agent by running '$BINARY_NAME'." fi # Unset the variables and functions to avoid polluting the user's environment