MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / loginServerSession

Method loginServerSession

packages/bridge-contract/src/bridge.ts:92–92  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

90 getServerCapabilities(): Promise<ServerCapabilities | null>
91 getServerSession(): Promise<ServerSessionStatus>
92 loginServerSession(token: string): Promise<ServerSessionStatus>
93 logoutServerSession(): Promise<ServerSessionStatus>
94 getRemoteWorkspaceInfo(): Promise<RemoteWorkspaceInfo | null>
95 connectRemoteWorkspace(

Callers 1

ensureWebServerSessionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected