Error: Deployment Process Log:
==================================================
LOG: Using BASE_API_URL2 endpoint
LOG: [uploadToEdgeOneCOS] Uploading 32 files to COS with targetPath: 1367692498/my-demo/1751958902622...
LOG: [uploadToEdgeOneCOS] Upload successful.
LOG: [getOrCreateProject] Getting or creating project...
LOG: [getOrCreateProject] Project my-demo already exists. Using existing project.
LOG: [getOrCreateProject] Using Project ID: pages-hwbdhprbgwcr
LOG: [createPagesDeployment] Creating deployment in Production environment...
==================================================
Deployment failed: [createPagesDeployment] Deployment creation failed: Deployment creation failed, please try again later.
部署到EdgeOne Pages失败了,我们可以尝试使用另一种方式部署,直接部署HTML内容。
重现步骤:
根据官方文档配置成功
{ "mcpServers": { "edgeone-pages-mcp-server": { "command": "npx", "args": ["edgeone-pages-mcp"], "env": { // Optional. If deploying a folder or ZIP package, the API Token is required. "EDGEONE_PAGES_API_TOKEN": "xxx", // Optional, leaving it empty will create a new Pages Project, filling in an existing project name will update the project "EDGEONE_PAGES_PROJECT_NAME": "my-demo" } } } }@Builder with MCP输入需求(如:更新按钮的颜色并发布项目)报错信息:
edgeone-pages-mcp-server/deploy_folder_or_zipArguments
{ "localPath": "/path/to/my-demo" }请问可能是哪里配置有问题,导致无法实现“filling in an existing project name will update the project”