{ "name": "fixgraph-mcp", "version": "1.0.3", "description": "Search 25K+ verified engineering fixes by error or technology. For developers and AI agents.", "type": "module", "main": "src/index.js", "bin": { "fixgraph-mcp": "src/index.js" }, "scripts": { "start": "node src/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "node-fetch": "^3.3.2" }, "license": "MIT", "mcpName": "io.github.jawdat6/fixgraph-mcp", "keywords": [ "mcp", "fixgraph", "debugging", "engineering", "ai" ], "repository": { "type": "git", "url": "https://github.com/jawdat6/fixgraph-mcp" } }