MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getMcpbCacheDir

Function getMcpbCacheDir

src/utils/plugins/mcpbHandler.ts:110–112  ·  view source on GitHub ↗

* Get cache directory for MCPB files

(pluginPath: string)

Source from the content-addressed store, hash-verified

108 * Get cache directory for MCPB files
109 */
110function getMcpbCacheDir(pluginPath: string): string {
111 return join(pluginPath, '.mcpb-cache')
112}
113
114/**
115 * Get metadata file path for cached MCPB

Callers 2

checkMcpbChangedFunction · 0.85
loadMcpbFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected