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
"description": "An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.",
62
+
"categories": [
63
+
"Web Services"
64
+
],
65
+
"tools": [
66
+
{
67
+
"name": "deploy-html",
68
+
"description": "Deploy HTML content to EdgeOne Pages, return the public URL",
69
+
"inputSchema": {
70
+
"type": "object",
71
+
"properties": {
72
+
"value": {
73
+
"type": "string",
74
+
"description": "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."
0 commit comments