🌐 Update edgeone skill

This commit is contained in:
Alone
2026-09-12 23:43:36 +08:00
parent f32c2c710e
commit 74d639fde3
+8 -1
View File
@@ -8,7 +8,14 @@ Deploy HTML content to EdgeOne Pages, return the public URL. No login required,
## Deploy HTML
HTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed.
```shell
```bash
npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value="<html>Content</html>"
npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value="$(cat index.html)"
```
## Deploy Website
Deploy your project to EdgeOne Makers.
```bash
npx -y edgeone makers deploy --help
npx -y edgeone makers deploy --anonymous [directoryOrZip]
```