mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
fix(gateway): satisfy MCP app backend gates
This commit is contained in:
@@ -30,7 +30,7 @@ export type BoardWidgetMcpAppDocument = {
|
||||
declaredTools: string[];
|
||||
interactive: boolean;
|
||||
};
|
||||
export type BoardWidgetDocument = BoardWidgetHtmlDocument | BoardWidgetMcpAppDocument;
|
||||
type BoardWidgetDocument = BoardWidgetHtmlDocument | BoardWidgetMcpAppDocument;
|
||||
|
||||
export interface BoardStore {
|
||||
getSnapshot(sessionKey: string): BoardSnapshot;
|
||||
|
||||
@@ -27,6 +27,7 @@ const CURRENT_TRAIN_METHODS = [
|
||||
"agents.workspace.get",
|
||||
"audit.list",
|
||||
"audit.activity.list",
|
||||
"board.widget.appView",
|
||||
"tts.speak",
|
||||
"environments.list",
|
||||
"environments.status",
|
||||
|
||||
Reference in New Issue
Block a user