{ "name": "gretl-mcp", "version": "0.2.1", "description": "Model Context Protocol server for Gretl econometrics workflows via gretlcli.", "type": "module", "main": "./dist/index.js", "mcpName": "io.github.OndrejLapes/gretl-mcp", "license": "MIT", "author": "Ondrej Lapes", "homepage": "https://github.com/OndrejLapes/GretlMCP#readme", "repository": { "type": "git", "url": "git+https://github.com/OndrejLapes/GretlMCP.git" }, "bugs": { "url": "https://github.com/OndrejLapes/GretlMCP/issues" }, "keywords": [ "gretl", "hansl", "econometrics", "mcp", "model-context-protocol", "statistics", "ai-agent", "claude-gretl", "mcp-econometrics" ], "bin": { "gretl-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "docs", "examples", "server.template.json", "server.json" ], "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest run src", "smoke": "node scripts/smoke.mjs", "stress": "node scripts/stress.mjs", "typecheck": "tsc -p tsconfig.json --noEmit", "prepack": "npm run build" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.10.1", "tsx": "^4.20.6", "typescript": "^5.9.3", "vitest": "^4.0.14" }, "engines": { "node": ">=20" } }