🛸 mcpOutputStorage.ts

This commit is contained in:
nirholas
2026-03-31 10:24:20 +00:00
parent 9c9b70b804
commit 92c2d5584b

View File

@@ -187,3 +187,4 @@ export function getBinaryBlobSavedMessage(
const mt = mimeType || 'unknown type' const mt = mimeType || 'unknown type'
return `${sourceDescription}Binary content (${mt}, ${formatFileSize(size)}) saved to ${filepath}` return `${sourceDescription}Binary content (${mt}, ${formatFileSize(size)}) saved to ${filepath}`
} }