UNPKG

@toolprint/mcp-graphql-forge

Version:

MCP server that exposes GraphQL APIs to AI tools through automatic schema introspection and tool generation

4 lines 217 B
import { introspectionFromSchema } from 'graphql'; import { testSchema } from './schema.js'; export const mockIntrospectionResult = introspectionFromSchema(testSchema); //# sourceMappingURL=introspection-result.js.map