feat: support MCP elicitation and rebuild release
This commit is contained in:
7
lib/gitea-webhook-workspace.js
Normal file
7
lib/gitea-webhook-workspace.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
// 兼容聚合入口:Webhook 与工作区各自保持独立实现,集成方可按需引用一个模块。
|
||||
module.exports = {
|
||||
...require('./gitea-webhook'),
|
||||
...require('./gitea-workspace'),
|
||||
};
|
||||
Reference in New Issue
Block a user