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

Function stdioConfig

packages/agent-core/test/mcp/connection-manager.test.ts:47–53  ·  view source on GitHub ↗
(args: string[] = [stdioFixture])

Source from the content-addressed store, hash-verified

45type SessionRpcEvent = AgentEvent & { readonly agentId: string };
46
47function stdioConfig(args: string[] = [stdioFixture]) {
48 return {
49 transport: 'stdio' as const,
50 command: process.execPath,
51 args,
52 };
53}
54
55function sessionRpc(options: {
56 readonly events?: SessionRpcEvent[] | undefined;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected