Feat/PostgreSQL (Read-Only MCP) (#4160)

* feat(tools): add read-only PostgreSQL MCP tool

* test(tools): add postgres tool tests

* docs(tools): add postgres tool README

* feat(tools): update PostgreSQL MCP tool with refactored code structure and adding postgres credentials

* feat(tools): implement thread-safe connection pooling for PostgreSQL MCP tool

* fix(postgres): correct psycopg2 dependency and README setup instructions

---------

Co-authored-by: hundao <alchemy_wimp@hotmail.com>
This commit is contained in:
Shubham Yadav
2026-02-23 18:47:10 +05:30
committed by GitHub
parent 182d9ca6f9
commit 005609da3a
8 changed files with 1000 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ dependencies = [
"stripe>=14.3.0",
"arxiv>=2.1.0",
"requests>=2.31.0",
"psycopg2>=2.9.0",
]
[project.optional-dependencies]