MCP exports - MCP server implementation Split from index.ts for file size compliance (Issue #285) Updated Issue #538: Added missing tool registration exports
Type guard to check if a value is a Zod error.
The value to check
True if the value is a ZodError
if (isZodError(error)) { console.error(formatZodError(error));} Copy
if (isZodError(error)) { console.error(formatZodError(error));}
MCP exports - MCP server implementation Split from index.ts for file size compliance (Issue #285) Updated Issue #538: Added missing tool registration exports