MCPcopy
hub / github.com/AutoMaker-Org/automaker / readFile

Method readFile

apps/ui/src/lib/http-api-client.ts:1218–1220  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

1216
1217 // File system operations
1218 async readFile(filePath: string): Promise<FileResult> {
1219 return this.post('/api/fs/read', { filePath });
1220 }
1221
1222 async writeFile(filePath: string, content: string): Promise<WriteResult> {
1223 return this.post('/api/fs/write', { filePath, content });

Callers 15

readCodexInstructionFileFunction · 0.80
checkAuthMethod · 0.80
checkAuthMethod · 0.80
createDetailsHandlerFunction · 0.80
getTrackedBranchesFunction · 0.80
buildProjectContextFunction · 0.80
loadBacklogPlanFunction · 0.80
syncSpecFunction · 0.80
generateSpecFunction · 0.80
generateFeaturesFromSpecFunction · 0.80

Calls 1

postMethod · 0.95

Tested by

no test coverage detected