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

Class

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

Source from the content-addressed store, hash-verified

40 isError?: boolean;
41 metadata?: Record<string, unknown>;
42}
43
44export abstract class Tool<TArgs = unknown> {
45 abstract name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected