Skip to main content
Glama

EdgeOne Pages MCP

Official

deploy_folder_or_zip

Deploy a built frontend directory or zip file to EdgeOne Pages, generating a public URL and project metadata for easy access and sharing.

Instructions

Deploy a built frontend directory (or zip file) to EdgeOne Pages. Returns: the deployment URL and project metadata.

Input Schema

NameRequiredDescriptionDefault
builtFolderPathYesProvide the absolute path to the built frontend folder(or zip file) you wish to deploy.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "builtFolderPath": { "description": "Provide the absolute path to the built frontend folder(or zip file) you wish to deploy.", "type": "string" } }, "required": [ "builtFolderPath" ], "type": "object" }

Other Tools from EdgeOne Pages MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/TencentEdgeOne/edgeone-pages-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server