MCPcopy Index your code
hub / github.com/TanStack/ai / localSource

Function localSource

packages/ai-sandbox/src/workspace.ts:55–57  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

53}
54
55export function localSource(path: string): WorkspaceSource {
56 return { type: 'local', path }
57}
58
59/**
60 * An MCP server config where header names/values may be plain strings or

Callers 1

workspace.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected