{ "name": "outflow-mcp", "version": "0.1.1", "description": "MCP server exposing an Outflow workspace's live architecture graph as context for AI coding agents", "mcpName": "io.github.laurells/outflow-mcp", "type": "module", "main": "dist/index.js", "bin": { "outflow-mcp": "dist/index.js" }, "license": "UNLICENSED", "repository": { "type": "git", "url": "git+https://github.com/laurells/outflow-mcp.git" }, "homepage": "https://github.com/laurells/outflow-mcp#readme", "bugs": { "url": "https://github.com/laurells/outflow-mcp/issues" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.5", "typescript": "^5.7.2" } }