UNPKG

@andrewlwn77/nocodb-mcp

Version:
55 lines 1.39 kB
{ "name": "@andrewlwn77/nocodb-mcp", "version": "0.2.2", "description": "MCP server for NocoDB - Open source Airtable alternative", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "nocodb-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "jest", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"" }, "keywords": [ "mcp", "nocodb", "database", "airtable", "model-context-protocol" ], "author": "MCP Servers Contributors", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/modelcontextprotocol/servers.git" }, "homepage": "https://github.com/modelcontextprotocol/servers/tree/main/src/nocodb", "bugs": { "url": "https://github.com/modelcontextprotocol/servers/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "axios": "^1.7.2", "dotenv": "^16.4.5", "form-data": "^4.0.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.14.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^8.57.0", "jest": "^29.7.0", "prettier": "^3.3.0", "tsx": "^4.7.0", "typescript": "^5.5.0" }, "engines": { "node": ">=18.0.0" } }