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

Method delete

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

Source from the content-addressed store, hash-verified

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>
13 dispose(): void
14}

Callers 15

toDropboxDirectVideoUrlFunction · 0.65
convertFilesToBase64Method · 0.65
executeFunction · 0.65
socket.mock.tsFile · 0.65
useJsonCollapseFunction · 0.65
ToastProviderFunction · 0.65
reportFunction · 0.65
mainFunction · 0.65
deregisterSSOProviderFunction · 0.65
getVantaAccessTokenFunction · 0.65
store.tsFile · 0.65
notifyBlockErrorFunction · 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 3

createFakeRedisFunction · 0.52
createRedisStubFunction · 0.52
subscribeFunction · 0.52