MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getMcpbCacheDir

Function getMcpbCacheDir

src/utils/plugins/mcpbHandler.ts:100–102  ·  view source on GitHub ↗

* Get cache directory for MCPB files

(pluginPath: string)

Source from the content-addressed store, hash-verified

98 * Get cache directory for MCPB files
99 */
100function getMcpbCacheDir(pluginPath: string): string {
101 return join(pluginPath, '.mcpb-cache')
102}
103
104/**
105 * 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