MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / fetchRemoteSessions

Function fetchRemoteSessions

src/stores/apiServer.ts:551–557  ·  view source on GitHub ↗
(
    baseUrl: string,
    token?: string,
    query?: { keyword?: string; limit?: number; cursor?: string }
  )

Source from the content-addressed store, hash-verified

549 }
550
551 async function fetchRemoteSessions(
552 baseUrl: string,
553 token?: string,
554 query?: { keyword?: string; limit?: number; cursor?: string }
555 ): Promise<RemoteSessionDiscoveryResult> {
556 return transport.fetchRemoteSessions(baseUrl, token, query)
557 }
558
559 return {
560 config,

Callers

nothing calls this directly

Calls 1

fetchRemoteSessionsMethod · 0.80

Tested by

no test coverage detected