edgeone

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

EdgeOne

EdgeOne

Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key required.
将HTML内容部署到EdgeOne Pages,返回公开访问URL。无需登录,无需API密钥。

Deploy HTML

部署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
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)"
待部署的HTML或文本内容。提供你想要发布的完整HTML或文本内容,系统将返回可访问该内容的公开URL。
shell
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)"