MCPcopy
hub / github.com/openakita/openakita / BridgeContext

Interface BridgeContext

packages/plugin-ui-sdk/src/index.ts:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface BridgeContext {
17 theme: string;
18 locale: string;
19 apiBase: string;
20 pluginId: string;
21}
22
23export interface NotificationOptions {
24 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected