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

Function getConfig

packages/node-sdk/src/rpc.ts:212–215  ·  view source on GitHub ↗
(input?: GetConfigOptions)

Source from the content-addressed store, hash-verified

210 }
211
212 async getConfig(input?: GetConfigOptions): Promise<KimiConfig> {
213 const rpc = await this.getRpc();
214 return rpc.getKimiConfig(input ?? {});
215 }
216
217 async getConfigDiagnostics(): Promise<ConfigDiagnostics> {
218 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getKimiConfigMethod · 0.80
getRpcMethod · 0.45

Tested by

no test coverage detected