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

Function getConfigDiagnostics

packages/node-sdk/src/rpc.ts:217–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 }
216
217 async getConfigDiagnostics(): Promise<ConfigDiagnostics> {
218 const rpc = await this.getRpc();
219 return rpc.getConfigDiagnostics({});
220 }
221
222 async getExperimentalFeatures(): Promise<readonly ExperimentalFeatureState[]> {
223 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
getConfigDiagnosticsMethod · 0.45

Tested by

no test coverage detected