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: .ai-ready/skills/deploy-website/SKILL.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ Automatically detect the project type and start the appropriate development serv
56
56
57
57
1. Detect the project type and start the appropriate server in the background:
58
58
59
+
> **Note**: The example commands below run in the foreground. When executing, the model must run these commands in the background (e.g., using the `&` suffix) to avoid blocking the session.
60
+
59
61
```bash
60
62
# Step 1: Node.js project
61
63
if [ -f"package.json" ];then
@@ -129,7 +131,9 @@ fi
129
131
130
132
3. Call MCP Tool `request_preview` with the listening port number to get a preview URL.
131
133
132
-
4. Present the preview URL to the user.
134
+
4. Present the preview URL to the user:
135
+
- Output a clickable hyperlink pointing to the preview address returned by the tool
136
+
- Inform the user: If access is denied due to IP not being whitelisted, they can use the "Online Preview" button in the top right corner of the page to manually add their IP to the whitelist
0 commit comments