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

@@ -0,0 +1,16 @@
{
"cwd": "/var/lib/ccweb/workspaces/default/acme/widget",
"mcpServer": {
"name": "gitea",
"command": "gitea-mcp",
"args": ["-t", "stdio", "-H", "https://gitea.example"],
"env": {"GITEA_ACCESS_TOKEN": "secret-ref:gitea-bot-token"}
},
"collaborationMode": {
"settings": {
"model": "configured-model",
"reasoning_effort": "medium",
"developer_instructions": "只在授权工作区内操作并回帖"
}
}
}