{ "name": "metamodel-mcp", "version": "1.1.2", "mcpName": "io.github.joegra2003/metamodel", "description": "MCP server for MetaModel \u2014 turn spreadsheet-style formulas into AI-callable computation tools", "type": "module", "bin": { "metamodel-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch" }, "keywords": [ "mcp", "model-context-protocol", "metamodel", "calculator", "formula", "computation", "ai-tools" ], "author": "MetaModel", "license": "MIT", "homepage": "https://www.metamodel.app", "repository": { "type": "git", "url": "https://github.com/metamodel-app/mcp-server.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.0", "zod": "^3.23.0" }, "devDependencies": { "typescript": "^5.9.0", "@types/node": "^22.0.0" }, "engines": { "node": ">=18" }, "bugs": { "url": "https://github.com/metamodel-app/mcp-server/issues" } }