diff --git a/src/utils/toolSchemaCache.ts b/src/utils/toolSchemaCache.ts index 61943a1..be85eab 100644 --- a/src/utils/toolSchemaCache.ts +++ b/src/utils/toolSchemaCache.ts @@ -24,3 +24,4 @@ export function getToolSchemaCache(): Map { export function clearToolSchemaCache(): void { TOOL_SCHEMA_CACHE.clear() } +