package.json•965 B
{
"name": "@monsoft/mcp-postgres",
"version": "0.6.0",
"description": "MCP server for postgres database interactions",
"license": "MIT",
"author": "Monsoft Solutions (https://monsoftsolutions.com)",
"homepage": "https://github.com/Monsoft-Solutions/model-context-protocols",
"bugs": "https://github.com/Monsoft-Solutions/model-context-protocols/issues",
"type": "module",
"bin": {
"mcp-postgres": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"validate": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"@types/node": "^22",
"express": "^4.18.2",
"postgres": "^3.4.5",
"yargs": "^17.7.2",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@types/express": "^4.17.21",
"shx": "^0.3.4",
"typescript": "^5.8.3"
}
}