feat: support MCP elicitation and rebuild release

This commit is contained in:
shiyue
2026-08-24 17:39:41 +08:00
parent dd233a40e8
commit bd20a79d4b
69 changed files with 8978 additions and 13 deletions

View File

@@ -12,3 +12,15 @@ CODEX_PATH=codex
# PushPlus Token可选首次启动会自动迁移到 config/notify.json
PUSHPLUS_TOKEN=
# Gitea WorkflowMVP单实例、全局 ccweb-bot
CC_WEB_GITEA_HOST=https://gitea.example.com
CC_WEB_GITEA_INSTANCE_ID=default
CC_WEB_GITEA_BOT_LOGIN=ccweb-bot
CC_WEB_GITEA_BOT_TOKEN=
CC_WEB_GITEA_WEBHOOK_SECRET=
CC_WEB_GITEA_WORKSPACE_ROOT=/var/lib/ccweb/workspaces
# 可选:替换 cc-web 自带的 gitea-mcp留空时自动使用 bin/gitea-mcp
# CC_WEB_GITEA_MCP_COMMAND=/opt/gitea-mcp/bin/gitea-mcp
# gitea-mcp stdio initialize 预检超时(毫秒,默认 8000上限 30000
CC_WEB_GITEA_MCP_STARTUP_TIMEOUT_MS=8000