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

Method init

packages/node-sdk/src/session.ts:149–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 async init(): Promise<void> {
150 this.ensureOpen();
151 await this.rpc.generateAgentsMd({ sessionId: this.id });
152 }
153
154 async getSessionWarnings() {
155 this.ensureOpen();

Callers

nothing calls this directly

Calls 2

ensureOpenMethod · 0.95
generateAgentsMdMethod · 0.45

Tested by

no test coverage detected