{ "name": "@llmgraph/mcp-server", "version": "0.1.1", "description": "Model Context Protocol server that exposes LLMGraph workflow deployments as MCP tools", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "bin": { "llmgraph-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc && chmod 755 dist/index.js", "test": "npm run build && node --test test/*.test.mjs", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "llmgraph", "llm", "workflow", "ai" ], "homepage": "https://llmgraph.ai", "repository": { "type": "git", "url": "git+https://github.com/abahocodes/llmgraph-mcp-server.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0" }, "mcpName": "io.github.abahocodes/llmgraph", "bugs": { "url": "https://github.com/abahocodes/llmgraph-mcp-server/issues" } }