MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / getProvider

Method getProvider

packages/server-e2e/src/http.ts:188–194  ·  view source on GitHub ↗
(providerId: string)

Source from the content-addressed store, hash-verified

186 return this.request('GET', '/providers', undefined);
187 }
188 getProvider(providerId: string): Promise<ProviderCatalogItem> {
189 return this.request(
190 'GET',
191 `/providers/${encodeURIComponent(providerId)}`,
192 undefined,
193 );
194 }
195
196 // ── Sessions ────────────────────────────────────────────────────────────
197 createSession(body: SessionCreate): Promise<Session> {

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected