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:
@@ -35,6 +35,7 @@ dependencies = [
|
||||
"stripe>=14.3.0",
|
||||
"arxiv>=2.1.0",
|
||||
"requests>=2.31.0",
|
||||
"psycopg2>=2.9.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user