UNPKG

@mseep/ableton-copilot-mcp

Version:
14 lines 327 B
import { logger } from '../main.js'; export function handleException(error) { logger.error(error.toString()); return { isError: true, content: [ { type: 'text', text: error.toString(), } ] }; } //# sourceMappingURL=error-handler.js.map