MCPcopy Create free account
hub / github.com/Xyntopia/taskyon / ExtendedTool

Interface ExtendedTool

src/modules/tools.ts:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56export interface ExtendedTool extends Tool {
57 // eslint-disable-next-line @typescript-eslint/no-explicit-any
58 function: (...args: any[]) => unknown | Promise<unknown>;
59}
60
61export type ToolCollection = {
62 [key: string]: ExtendedTool;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected