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

Function isMcpbSource

src/utils/plugins/mcpbHandler.ts:79–81  ·  view source on GitHub ↗
(source: string)

Source from the content-addressed store, hash-verified

77 * Check if a source string is an MCPB file reference
78 */
79export function isMcpbSource(source: string): boolean {
80 return source.endsWith('.mcpb') || source.endsWith('.dxt')
81}
82
83/**
84 * Check if a source is a URL

Callers 4

loadPluginMcpServersFunction · 0.85
detectMcpbFunction · 0.85
ManagePluginsFunction · 0.85
handleSaveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected