Skip to content

Commit 39c9a46

Browse files
author
wenfeng.wf
committed
BUGFIX region_id failed.
1 parent 7fdac47 commit 39c9a46

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
@@ -1,6 +1,6 @@
11
[project]
22
name = "alibabacloud-rds-openapi-mcp-server"
3-
version = "1.7.1"
3+
version = "1.7.2"
44
description = "MCP server for RDS Services via OPENAPI."
55
readme = "README.md"
66
requires-python = ">=3.12"

src/alibabacloud_rds_openapi_mcp_server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ async def get_current_time() -> Dict[str, Any]:
12251225

12261226

12271227
def main():
1228-
mcp.run(transport=os.getenv('SERVER_TRANSPORT', 'sse'))
1228+
mcp.run(transport=os.getenv('SERVER_TRANSPORT', 'stdio'))
12291229

12301230

12311231
if __name__ == '__main__':

0 commit comments

Comments
 (0)