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

11 lines (10 loc) 259 B
export interface ServerConfig { name: string; version: string; capabilities: { resources: Record<string, any>; tools: Record<string, any>; }; instructions?: string; } export declare const defaultServerConfig: ServerConfig;