UNPKG

@smartbear/mcp

Version:

MCP server for interacting SmartBear Products

7 lines (6 loc) 188 B
/** * Error class for tool-specific errors – these result in a response to the LLM with `isError: true` * and are not reported to BugSnag */ export class ToolError extends Error { }