Skip to content

Commit 351b39b

Browse files
committed
feat: optimize deploy-website skill
1 parent 7e9e9cf commit 351b39b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.ai-ready/skills/deploy-website/SKILL.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Automatically detect the project type and start the appropriate development serv
5656

5757
1. Detect the project type and start the appropriate server in the background:
5858

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+
5961
```bash
6062
# Step 1: Node.js project
6163
if [ -f "package.json" ]; then
@@ -129,7 +131,9 @@ fi
129131

130132
3. Call MCP Tool `request_preview` with the listening port number to get a preview URL.
131133

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
133137

134138
## Notes
135139

0 commit comments

Comments
 (0)