{ "name": "mcp-baserow-schema", "version": "2.0.2", "description": "Generic Baserow API client MCP server with 2FA auth and OpenAPI validation", "license": "MIT", "type": "module", "main": "dist/index.js", "bin": { "mcp-baserow-schema": "dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/aficiomaquinas/mcp-baserow-schema.git" }, "keywords": [ "mcp", "modelcontextprotocol", "baserow", "schema", "2fa", "totp" ], "files": [ "dist", "openapi.json", "README.md", "LICENSE", "CHANGELOG.md" ], "mcpName": "io.github.aficiomaquinas/mcp-baserow-schema", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "release": "release-it", "release:dry-run": "release-it --dry-run --ci --no-git.requireCleanWorkingDir" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.25.76" }, "devDependencies": { "@release-it/bumper": "^8.0.0", "@release-it/conventional-changelog": "^12.0.0", "@types/node": "^22.15.2", "release-it": "^21.0.2", "typescript": "^5.8.3" }, "engines": { "node": ">=20.0.0" } }