UNPKG

mongodb-memory-bank-mcp

Version:

FIXED: MongoDB Memory Bank MCP with bulletproof error handling, smart operations, and session state management. Eliminates [object Object] errors and user confusion.

7 lines (6 loc) 130 B
export class BaseError extends Error { constructor(message, name) { super(message); this.name = name; } }