MCPcopy
hub / github.com/simstudioai/sim / get

Method get

apps/sim/lib/mcp/storage/adapter.ts:9–9  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

7
8export interface McpCacheStorageAdapter {
9 get(key: string): Promise<McpCacheEntry | null>
10 set(key: string, tools: McpTool[], ttlMs: number): Promise<void>
11 delete(key: string): Promise<void>
12 clear(): Promise<void>

Callers 15

getEmbedInfoFunction · 0.65
basic_exampleFunction · 0.65
with_input_exampleFunction · 0.65
streaming_exampleFunction · 0.65
execute_workflowMethod · 0.65
get_workflow_statusMethod · 0.65
get_job_statusMethod · 0.65
get_usage_limitsMethod · 0.65
log.test.tsFile · 0.65

Implementers 2

RedisMcpCacheapps/sim/lib/mcp/storage/redis-cache.t
MemoryMcpCacheapps/sim/lib/mcp/storage/memory-cache.

Calls

no outgoing calls

Tested by 15

createFakeRedisFunction · 0.52
passThroughClientIpFunction · 0.52
nextPageFunction · 0.52
createRedisStubFunction · 0.52
toolFunction · 0.52
agentFunction · 0.52
toolFunction · 0.52
agentFunction · 0.52
toolNodeFunction · 0.52
getFunction · 0.52