Skip to content

Commit 9f4e33f

Browse files
authored
Add MCP setup instruction to installation script (#1440)
Added instructions to run MCP setup after installation.
1 parent 6ee127f commit 9f4e33f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ rm -r "$EXTRACT_DIR"
250250
rm "$FILENAME"
251251

252252
echo "Installation completed. You can now use defang by typing '$BINARY_NAME' in the terminal."
253+
echo "Run '$BINARY_NAME mcp setup' to install the Defang MCP server."
253254

254255
# Unset the variables and functions to avoid polluting the user's environment
255256
unset EXTRACT_DIR DOWNLOAD_URL RELEASE_JSON RELEASE_PATH ARCH_SUFFIX ARCH OS FILENAME INSTALL_DIR BINARY_NAME REPLY EXPORT_PATH CURRENT_SHELL FOUND_PROFILE_FILE AUTH_HEADER

0 commit comments

Comments
 (0)