MCPcopy
hub / github.com/cursor/community-plugins / componentKey

Function componentKey

apps/cursor/src/actions/update-plugin.ts:22–24  ·  view source on GitHub ↗
(type: string, slug: string)

Source from the content-addressed store, hash-verified

20};
21
22function componentKey(type: string, slug: string): string {
23 return `${type}:${slug}`;
24}
25
26// Only fields that affect the install payload — cosmetic edits to name,
27// description, or sort_order must not trigger a rescan. MCP install links and

Callers 3

resolveComponentMetadataFunction · 0.85
installRelevantChangedFunction · 0.85
update-plugin.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected