UNPKG

synaptra

Version:

A high-performance Model Context Protocol server for GraphQL APIs with advanced features, type-safety, and developer experience improvements

6 lines 378 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { QueryAnalysisResult } from '../types'; import { GraphQLClientService } from '../services/graphql-client'; export declare const analyzeQueryTool: Tool; export declare const handleAnalyzeQuery: (args: any, client: GraphQLClientService) => Promise<QueryAnalysisResult>; //# sourceMappingURL=analyze-query.d.ts.map