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

Interface Plugin

website/src/scripts/pages/plugins.ts:40–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40interface Plugin extends RenderablePlugin {
41 id: string;
42 name: string;
43 path: string;
44 tags?: string[];
45 itemCount: number;
46 items?: PluginItem[];
47 external?: boolean;
48 repository?: string | null;
49 homepage?: string | null;
50 author?: PluginAuthor | null;
51 license?: string | null;
52 source?: PluginSource | null;
53}
54
55interface PluginsData {
56 items: Plugin[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected