synaptra
Version:
A high-performance Model Context Protocol server for GraphQL APIs with advanced features, type-safety, and developer experience improvements
6 lines • 418 B
TypeScript
import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { QueryResult } from '../types';
import { GraphQLClientService } from '../services/graphql-client';
export declare const queryGraphQLTool: Tool;
export declare const handleQueryGraphQL: (args: any, client: GraphQLClientService, allowMutations?: boolean, allowSubscriptions?: boolean) => Promise<QueryResult>;
//# sourceMappingURL=query-graphql.d.ts.map