mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-24 07:12:18 +10:00
refactor: ponytail audit
This commit is contained in:
@@ -21,7 +21,8 @@ vi.mock("@reactive-resume/env/server", () => ({
|
||||
},
|
||||
}));
|
||||
|
||||
const { MCP_TOOL_NAME, registerTools } = await import("./tools");
|
||||
const { MCP_TOOL_NAME } = await import("./mcp-tool-names");
|
||||
const { registerTools } = await import("./tools");
|
||||
|
||||
type ToolHandler = (input: Record<string, unknown>) => Promise<{
|
||||
content: Array<{ type: "text"; text: string }>;
|
||||
|
||||
Reference in New Issue
Block a user