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,11 @@
{
"name": "bot-self-comment",
"headers": {"x-gitea-event": "issue_comment", "x-gitea-delivery": "delivery-bot-001"},
"payload": {
"repository": {"owner": "acme", "name": "widget"},
"issue": {"number": 42, "pull_request": false},
"comment": {"id": 303, "body": "@ccweb-bot 状态更新", "user": {"login": "ccweb-bot", "type": "Bot"}},
"sender": {"login": "ccweb-bot", "is_bot": true}
},
"expected": {"accepted": false, "reason": "bot_self_comment"}
}