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

Method listMcpServers

packages/agent-core/src/rpc/core-impl.ts:765–770  ·  view source on GitHub ↗
({
    sessionId,
    ...payload
  }: SessionScopedPayload<EmptyPayload>)

Source from the content-addressed store, hash-verified

763 }
764
765 listMcpServers({
766 sessionId,
767 ...payload
768 }: SessionScopedPayload<EmptyPayload>): readonly McpServerInfo[] {
769 return this.sessionApi(sessionId).listMcpServers(payload);
770 }
771
772 getMcpStartupMetrics({
773 sessionId,

Callers 1

runBuiltInCommandMethod · 0.45

Calls 1

sessionApiMethod · 0.95

Tested by

no test coverage detected