@ragrabbit/mcp

by madarco
Verified
/** * Custom errors that are shown to the user */ export class UserError extends Error {} /** * Error thrown when the user is not authorized to perform the action */ export class UnauthorizedError extends UserError {}