File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/alibabacloud_dms_mcp_server Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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." ,
You can’t perform that action at this time.
0 commit comments