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

Interface PluginSource

website/src/scripts/pages/plugins-render.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13interface PluginSource {
14 source: string;
15 repo?: string;
16 path?: string;
17}
18
19export interface RenderablePlugin {
20 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected