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

Function createKimiConfigRpc

packages/node-sdk/src/config-rpc.ts:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78export function createKimiConfigRpc(): KimiConfigRpc {
79 return new KimiConfigRpcClient();
80}
81
82function toConfigValidationError(
83 error: unknown,

Callers 2

config.test.tsFile · 0.85
getConfigRpcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected