MCPcopy Create free account
hub / github.com/idosal/git-mcp / buildAutoragCacheRequest

Function buildAutoragCacheRequest

src/api/utils/cache.ts:360–364  ·  view source on GitHub ↗
(pipeline: string, keyHash: string)

Source from the content-addressed store, hash-verified

358}
359
360function buildAutoragCacheRequest(pipeline: string, keyHash: string): Request {
361 return new Request(
362 `https://autorag-cache.gitmcp.internal/${encodeURIComponent(pipeline)}/${keyHash}`,
363 );
364}
365
366/**
367 * Wrap an AutoRAG search call with the free per-colo Cache API.

Callers 1

withAutoragCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected