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

Method getKimiConfig

packages/agent-core/src/rpc/core-impl.ts:549–554  ·  view source on GitHub ↗
(input?: GetKimiConfigPayload)

Source from the content-addressed store, hash-verified

547 }
548
549 async getKimiConfig(input?: GetKimiConfigPayload): Promise<KimiConfig> {
550 if (input?.reload) {
551 this.reloadRuntimeConfig();
552 }
553 return this.config;
554 }
555
556 async getConfigDiagnostics(_input?: EmptyPayload): Promise<ConfigDiagnostics> {
557 return { warnings: this.configWarnings };

Callers 6

getConfigFunction · 0.80
config-rpc.test.tsFile · 0.80
_readConfigMethod · 0.80
_readConfigMethod · 0.80
getMethod · 0.80
startMethod · 0.80

Calls 1

reloadRuntimeConfigMethod · 0.95

Tested by

no test coverage detected