MCPcopy Create free account
hub / github.com/MicrosoftDocs/mcp / CacheFileShape

Interface CacheFileShape

cli/src/mcp/cache.ts:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25interface CacheFileShape {
26 version: number;
27 entries: Record<string, LearnSessionCacheValue>;
28}
29
30interface FileLearnSessionCacheStoreOptions {
31 cacheFilePath?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected