Skip to content

Commit 53c1f84

Browse files
author
wenfeng.wf
committed
remove pg depend.
1 parent 9b41a50 commit 53c1f84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"alibabacloud-vpc20160428>=6.11.4",
1212
"httpx>=0.28.1",
1313
"mcp[cli]>=1.6.0",
14-
"psycopg2>=2.9.10",
14+
# "psycopg2>=2.9.10",
1515
"pymysql>=1.1.1",
1616
"pyodbc>=5.2.0",
1717
]

src/alibabacloud_rds_openapi_mcp_server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ async def show_create_table(
14831483

14841484

14851485
def main():
1486-
mcp.run(transport=os.getenv('SERVER_TRANSPORT', 'stdio'))
1486+
mcp.run(transport=os.getenv('SERVER_TRANSPORT', 'sse'))
14871487

14881488

14891489
if __name__ == '__main__':

0 commit comments

Comments
 (0)