Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EDGEONE_PAGES_API_TOKEN | No | Your EdgeOne Pages API token. Optional. If you need to deploy folders or zip files to EdgeOne Pages projects, provide your EdgeOne Pages API token. | |
| EDGEONE_PAGES_PROJECT_NAME | No | EdgeOne Pages project name. Optional. Leave empty to create a new EdgeOne Pages project. Provide a project name to update an existing project. |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| deploy_html | Deploy HTML content to EdgeOne Pages, return the public URL |
| deploy_folder_or_zip | Deploy a built frontend directory (or zip file) to EdgeOne Pages. Returns: the deployment URL and project metadata. |