UNPKG

@toolprint/mcp-graphql-forge

Version:

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

4 lines (3 loc) 169 B
import { introspectionFromSchema } from 'graphql'; import { testSchema } from './schema.js'; export const mockIntrospectionResult = introspectionFromSchema(testSchema);