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

Function setConfig

packages/node-sdk/src/rpc.ts:227–230  ·  view source on GitHub ↗
(input: KimiConfigPatch)

Source from the content-addressed store, hash-verified

225 }
226
227 async setConfig(input: KimiConfigPatch): Promise<KimiConfig> {
228 const rpc = await this.getRpc();
229 return rpc.setKimiConfig(input);
230 }
231
232 async removeProvider(providerId: string): Promise<KimiConfig> {
233 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

setKimiConfigMethod · 0.80
getRpcMethod · 0.45

Tested by

no test coverage detected