MCPcopy
hub / github.com/opensquilla/opensquilla / ProviderCatalogEntry

Interface ProviderCatalogEntry

desktop/electron/src/main.ts:24–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22type TextRouterTier = 't0' | 't1' | 't2' | 't3'
23
24interface ProviderCatalogEntry {
25 id: string
26 label: string
27 model: string
28 baseUrl: string
29 apiKeyEnv: string
30 requiresApiKey: boolean
31 routerSupported: boolean
32 deployment: 'cloud' | 'local'
33 note: string
34}
35
36interface SearchProviderCatalogEntry {
37 providerId: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected