Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EDGEONE_PAGES_API_TOKEN | No | Optional. Your EdgeOne Pages API token, required to deploy folders or zip files to projects. Instructions: https://edgeone.ai/document/177158578324279296 | |
| EDGEONE_PAGES_PROJECT_NAME | No | Optional. Provide a project name to update an existing project, or leave empty to create a new EdgeOne Pages project. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |