UNPKG

@rockship/apollo-io-mcp

Version:

A powerful Model Context Protocol (MCP) server implementation for seamless Apollo.io API integration, enabling AI assistants to interact with Apollo.io data

6 lines (5 loc) 236 B
import { ToolResponse } from "../../common/interfaces/tool.interface.js"; export declare class ErrorHandlerService { static handleToolError(error: unknown): ToolResponse; static createSuccessResponse(data: any): ToolResponse; }