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,7 @@
'use strict';
// 兼容聚合入口Webhook 与工作区各自保持独立实现,集成方可按需引用一个模块。
module.exports = {
...require('./gitea-webhook'),
...require('./gitea-workspace'),
};