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

Function addAdditionalDir

packages/node-sdk/src/rpc.ts:292–295  ·  view source on GitHub ↗
(input: AddAdditionalDirInput)

Source from the content-addressed store, hash-verified

290 }
291
292 async addAdditionalDir(input: AddAdditionalDirInput): Promise<AddAdditionalDirResult> {
293 const rpc = await this.getRpc();
294 return rpc.addAdditionalDir({ sessionId: input.id, path: input.path, persist: input.persist });
295 }
296
297 async startBtw(input: SessionIdRpcInput): Promise<string> {
298 const agentId = this.interactiveAgentId;

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
addAdditionalDirMethod · 0.45

Tested by

no test coverage detected