{
"name": "mcp-server-postgres-multi-schema",
"version": "0.1.3",
"description": "MCP server for interacting with PostgreSQL databases, with support for multiple schemas",
"license": "MIT",
"author": "Harjot Singh Rana",
"homepage": "https://github.com/HarjjotSinghh/mcp-server-postgres-multi-schema",
"bugs": "https://github.com/HarjjotSinghh/mcp-server-postgres-multi-schema/issues",
"repository": "https://github.com/HarjjotSinghh/mcp-server-postgres-multi-schema",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"type": "module",
"bin": {
"mcp-server-postgres-multi-schema": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.0.1",
"pg": "^8.13.0"
},
"devDependencies": {
"@types/pg": "^8.11.10",
"shx": "^0.3.4",
"typescript": "^5.6.2"
}
}