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

Method list

packages/agent-core/src/services/fs/fs.ts:79–79  ·  view source on GitHub ↗
(sessionId: string, req: FsListRequest)

Source from the content-addressed store, hash-verified

77 readonly _serviceBrand: undefined;
78
79 list(sessionId: string, req: FsListRequest): Promise<FsListResponse>;
80 read(sessionId: string, req: FsReadRequest): Promise<FsReadResponse>;
81
82 listMany(

Implementers 1

FsServicepackages/agent-core/src/services/fs/fs

Calls

no outgoing calls

Tested by

no test coverage detected