MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/project/project-tools.ts:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40});
41
42export class ProjectRecallTool extends Tool<z.infer<typeof RecallArgs>> {
43 name = 'project_recall';
44 description = 'Read what was done in THIS project in earlier sessions — the persistent worklog — so you can continue without redoing work. The same brief is injected automatically at the start of a session in a known project; call this to re-read it or pull more history. Read-only.';
45 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected