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

Class

src/tools/builtin/memory.ts:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100});
101
102export class ForgetTool extends Tool<z.infer<typeof ForgetArgs>> {
103 name = 'forget';
104 description = 'Remove persisted facts. Specify `fact_contains` to target specific facts, or `all: true` to clear the scope. Use `scope:"user"` to forget a global preference, otherwise it targets this project. Use when a fact is outdated or wrong.';
105 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected