UNPKG

@toolprint/mcp-graphql-forge

Version:

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

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