EdgeOne Pages MCP Server

आधिकारिक

EdgeOne Pages पर HTML सामग्री तैनात करने और सार्वज

दस्तावेज़

EdgeOne Makers MCP

EdgeOne Makers पर फुल-स्टैक प्रोजेक्ट डिप्लॉय करने और सार्वजनिक रूप से सुलभ URL प्राप्त करने के लिए एक MCP सेवा।

EdgeOne Makers MCP server

आवश्यकताएं

  • Node.js 18 या उच्चतर

MCP कॉन्फ़िगरेशन

// Tencent Cloud International (Default)
{
  "mcpServers": {
    "edgeone-makers-mcp-server": {
      "timeout": 600,
      "command": "npx",
      "args": ["@edgeone/makers-mcp@latest"],
      "env": {
        // Optional. 
        // If provided, skips the browser login flow.
        // How to obtain your API token: 
        // https://pages.edgeone.ai/document/api-token
        "EDGEONE_PAGES_API_TOKEN": "",
        // Optional. 
        // If provided, skips the browser project selection flow.
        "EDGEONE_PAGES_PROJECT_NAME": ""
      }
    }
  }
}

// Tencent Cloud China
{
  "mcpServers": {
    "edgeone-makers-mcp-server": {
      "timeout": 600,
      "command": "npx",
      "args": ["@edgeone/makers-mcp@latest", "--region", "china"],
      "env": {
        // Optional. 
        // If provided, skips the browser login flow.
        // How to obtain your API token: 
        // https://pages.edgeone.ai/document/api-token
        "EDGEONE_PAGES_API_TOKEN": "",
        // Optional. 
        // If provided, skips the browser project selection flow.
        "EDGEONE_PAGES_PROJECT_NAME": ""
      }
    }
  }
}

त्वरित HTML पूर्वावलोकन

किसी एकल HTML पृष्ठ को पूर्वावलोकन के लिए शीघ्रता से डिप्लॉय करने हेतु, स्ट्रीमिंग HTTP MCP सर्वर का उपयोग करें (कोई स्थानीय इंस्टॉलेशन आवश्यक नहीं):

{
  "mcpServers": {
    "edgeone-makers-mcp-server": {
      "url": "https://mcp-on-edge.edgeone.site/mcp-server"
    }
  }
}

स्रोत कोड: https://github.com/TencentEdgeOne/self-hosted-pages-mcp

लाइसेंस

MIT