Skip to content

Commit d97e661

Browse files
author
依诺
committed
Improve tool description
1 parent 4c821b0 commit d97e661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alibabacloud_dms_mcp_server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def _register_full_toolset(self):
537537
self.mcp.tool(name="searchDatabase", description="Search databases in DMS based on their name.",
538538
annotations={"title": "搜索DMS数据库", "readOnlyHint": True})(search_database)
539539
self.mcp.tool(name="getDatabase",
540-
description="Retrieve detailed information about a specific database from DMS.",
540+
description="Obtain detailed information about a specific database in DMS when the host and port are provided.",
541541
annotations={"title": "获取DMS数据库详情", "readOnlyHint": True})(get_database)
542542
self.mcp.tool(name="listTables",
543543
description="Search for database tables in DMS based on databaseId and tableName.",

0 commit comments

Comments
 (0)