Skip to content

Commit 7ed78c7

Browse files
fix(gateway): satisfy MCP app backend gates
1 parent 4513825 commit 7ed78c7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/boards/board-store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export type BoardWidgetMcpAppDocument = {
3030
declaredTools: string[];
3131
interactive: boolean;
3232
};
33-
export type BoardWidgetDocument = BoardWidgetHtmlDocument | BoardWidgetMcpAppDocument;
33+
type BoardWidgetDocument = BoardWidgetHtmlDocument | BoardWidgetMcpAppDocument;
3434

3535
export interface BoardStore {
3636
getSnapshot(sessionKey: string): BoardSnapshot;

src/gateway/methods/core-descriptors.since.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const CURRENT_TRAIN_METHODS = [
2727
"agents.workspace.get",
2828
"audit.list",
2929
"audit.activity.list",
30+
"board.widget.appView",
3031
"tts.speak",
3132
"environments.list",
3233
"environments.status",

0 commit comments

Comments
 (0)