UNPKG

formulize-mcp

Version:

A local MCP server for connecting to Formulize, the open source data management platform.

48 lines (47 loc) 1.12 kB
{ "name": "formulize-mcp", "version": "1.3.2", "description": "A local MCP server for connecting to Formulize, the open source data management platform.", "main": "dist/formulize-mcp.js", "bin": { "formulize-mcp": "./dist/formulize-mcp.js" }, "type": "module", "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "start": "node dist/formulize-mcp.js" }, "keywords": [ "mcp", "formulize", "model-context-protocol", "data-management", "ai" ], "author": "Julian Egelstaff and Claude (Sonnet 4 and Opus 4)", "license": "GPL-2.0", "repository": { "type": "git", "url": "git+https://github.com/jegelstaff/formulize-mcp.git" }, "homepage": "https://github.com/jegelstaff/formulize-mcp#readme", "bugs": { "url": "https://github.com/jegelstaff/formulize-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }