MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / buildProjectContextResourceUri

Function buildProjectContextResourceUri

src/resources/uri.ts:23–25  ·  view source on GitHub ↗
(projectPath: string)

Source from the content-addressed store, hash-verified

21}
22
23export function buildProjectContextResourceUri(projectPath: string): string {
24 return `${PROJECT_CONTEXT_RESOURCE_PREFIX}${encodeURIComponent(projectPath)}`;
25}
26
27export function buildProjectFullContextResourceUri(projectPath: string): string {
28 return `${FULL_PROJECT_CONTEXT_RESOURCE_PREFIX}${encodeURIComponent(projectPath)}`;

Callers 5

registerHandlersFunction · 0.85
buildResourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected