MCPcopy Create free account
hub / github.com/github/awesome-copilot / Plugin

Interface Plugin

website/src/scripts/modal.ts:436–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436interface Plugin {
437 id: string;
438 name: string;
439 description?: string;
440 path: string;
441 items: PluginItem[];
442 tags?: string[];
443 external?: boolean;
444 repository?: string | null;
445 homepage?: string | null;
446 author?: PluginAuthor | null;
447 license?: string | null;
448 source?: PluginSource | null;
449}
450
451interface PluginsData {
452 items: Plugin[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected