edgeone

edgeone

热门

Deploy HTML content to EdgeOne Pages, return the public URL.

151Star
20Fork
更新于 2026/7/15
请求的译文尚未完成,当前显示原始英文。
SKILL.md
只读
名称
edgeone
描述

Deploy HTML content to EdgeOne Pages, return the public URL.

EdgeOne

Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key 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.

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)"