MCPcopy Create free account
hub / github.com/cortexkit/magic-context / listWorkspaces

Function listWorkspaces

packages/dashboard/src/lib/api.ts:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88export async function listWorkspaces(): Promise<WorkspaceListItem[]> {
89 return invoke("list_workspaces");
90}
91
92export async function listWorkspaceSummaries(): Promise<WorkspaceSummary[]> {
93 return invoke("list_workspace_summaries");

Callers

nothing calls this directly

Calls 1

invokeFunction · 0.90

Tested by

no test coverage detected