MCPcopy Index your code
hub / github.com/cobusgreyling/loop-engineering / loadLoopConfig

Function loadLoopConfig

tools/mcp-server/src/resolver.ts:156–158  ·  view source on GitHub ↗
(root: string)

Source from the content-addressed store, hash-verified

154}
155
156export async function loadLoopConfig(root: string): Promise<string | null> {
157 return readFileIfExists(path.join(root, 'LOOP.md'));
158}
159
160export async function loadBudget(root: string): Promise<string | null> {
161 return readFileIfExists(path.join(root, 'loop-budget.md'));

Callers 2

server.test.mjsFile · 0.85
index.tsFile · 0.85

Calls 1

readFileIfExistsFunction · 0.85

Tested by

no test coverage detected