MCPcopy
hub / github.com/streetwriters/notesnook / Gateway

Interface Gateway

extensions/web-clipper/src/common/bridge.ts:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43export interface Gateway {
44 connect(): ClientMetadata;
45}
46
47type SelectedNotebookReference = ItemReference & {
48 type: "notebook";

Callers 5

common-fixtures.tsFile · 0.65
connectMethod · 0.65
connectToTabFunction · 0.65
_resolvePortFunction · 0.65
_deserializePortFunction · 0.65

Implementers 4

BackgroundGatewayextensions/web-clipper/src/content-scr
TemplateNamespaceapps/web/public/pdf.worker.min.js
WebExtensionRelayapps/web/src/utils/web-extension-relay
EventSourceapps/mobile/app/utils/sse/even-source-

Calls

no outgoing calls

Tested by

no test coverage detected