Skip to content

Commit 9f86727

Browse files
author
Temp
committed
Update dependencies and posgresql version support.
1 parent b07c18a commit 9f86727

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A **PostgreSQL MCP Server** that enables AI assistants (Claude, Cursor, etc.) to
2323
### Prerequisites
2424

2525
- Node.js 18+
26-
- PostgreSQL 12+ server
26+
- PostgreSQL 12-18 (tested with PostgreSQL 18.1)
2727
- npm or yarn
2828

2929
### Installation

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@modelcontextprotocol/sdk": "^1.0.0",
47-
"commander": "^12.0.0",
47+
"commander": "^14.0.0",
4848
"jose": "^6.0.0",
4949
"pg": "^8.13.0",
5050
"zod": "^4.1.13"

0 commit comments

Comments
 (0)