UNPKG

@toolprint/mcp-graphql-forge

Version:

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

7 lines (6 loc) 176 B
#!/usr/bin/env node import { main } from './cli.js'; main().catch((err: Error) => { console.error('Failed to start MCP GraphQL Forge:', err.message); process.exit(1); });