MCP Firebird

by PuroDelphi
Verified
MIT License
4,796
3
  • Apple
  • Linux
{ "name": "mcp-firebird", "version": "1.0.89", "description": "MCP server for Firebird database", "main": "dist/index.js", "type": "module", "bin": { "mcp-firebird": "dist/index.js" }, "scripts": { "build": "tsc && node --input-type=module -e \"import { chmodSync } from 'fs'; chmodSync('dist/index.js', '755');\"", "start": "node dist/index.js", "test": "jest", "lint": "eslint src/", "dev": "nodemon -e ts --watch src/ --exec \"npm run build && npm run start\"", "inspector": "npm run build && npx @modelcontextprotocol/inspector node dist/index.js" }, "author": "Jhonny Suárez - asistentesautonomos.com", "license": "MIT", "devDependencies": { "@types/node": "^20.11.26", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "eslint": "^8.57.0", "jest": "^29.7.0", "nodemon": "^3.1.0", "typescript": "^5.4.2" }, "dependencies": { "@modelcontextprotocol/inspector": "^0.6.0", "@modelcontextprotocol/sdk": "^1.7.0", "glob": "^10.3.10", "minimist": "^1.2.8", "node-firebird": "^1.1.5", "winston": "^3.11.0", "zod": "^3.22.4" } }