MCPcopy Create free account
hub / github.com/cloudflare/agents / readWorkspaceFile

Method readWorkspaceFile

examples/assistant/src/server.ts:1089–1095  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

1087
1088 @callable()
1089 async readWorkspaceFile(path: string) {
1090 try {
1091 return await this.workspace.readFile(path);
1092 } catch {
1093 return null;
1094 }
1095 }
1096
1097 @callable()
1098 async listExtensions() {

Callers 1

Calls 1

readFileMethod · 0.65

Tested by

no test coverage detected