MCPcopy Index your code
hub / github.com/experdot/pointer / WorkspaceAccessContext

Interface WorkspaceAccessContext

src/preload/index.d.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11} from '../shared/ai'
12
13export interface WorkspaceAccessContext {
14 currentWorkspacePath: string | null
15 approvedWorkspacePaths: string[]
16}
17
18export interface TestConnectionResult {
19 success: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected