graphql-mcp
Version:
A Model Context Protocol server that enables LLMs to interact with GraphQL APIs through dynamic schema introspection and query execution
20 lines • 686 B
TypeScript
/**
* GraphQL MCP Server v1.1
*
* A Model Context Protocol server that enables Large Language Models to
* dynamically discover and interact with GraphQL APIs through schema
* introspection and secure query execution.
*
* This server provides four main tools:
* - configure_graphql: Set up connection to any GraphQL endpoint
* - introspect_schema: Discover all available resolvers, types, and fields
* - execute_query: Execute GraphQL queries with variables and security constraints
* - get_status: Check current configuration and connection status
*
* @author noamski
* @license MIT
* @version 1.1.0
*/
export {};
//# sourceMappingURL=server.d.ts.map