MCPcopy
hub / github.com/opensquilla/opensquilla / SearchProviderCatalogEntry

Interface SearchProviderCatalogEntry

desktop/electron/src/main.ts:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36interface SearchProviderCatalogEntry {
37 providerId: string
38 label: string
39 envKey: string
40 requiresApiKey: boolean
41 note: string
42 keyPlaceholder: string
43}
44
45interface RouterTier {
46 provider: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected