Files
tasq/node_modules/agentic-flow/dist/mcp/fastmcp/tools/hooks/transfer.d.ts
T
2026-04-09 19:01:53 +08:00

7 lines
257 B
TypeScript

/**
* Transfer Hook - Cross-project pattern transfer
* Enables knowledge sharing between projects
*/
import type { ToolDefinition } from '../../types/index.js';
export declare const hookTransferTool: ToolDefinition;
//# sourceMappingURL=transfer.d.ts.map