Skip to content

Commit ab7999b

Browse files
author
延枚
committed
增加应用交付相关tools的描述
1 parent 17e23e8 commit ab7999b

File tree

2 files changed

+88
-0
lines changed

2 files changed

+88
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ alibabacloud-devops-mcp-server provides the following capabilities for AI assist
1515
* **Project Management**: Search projects, get project details
1616
* **Pipeline Management**: Get pipeline details, get pipeline list, create a pipeline run instance, get the latest pipeline run instance, get pipeline run details, get pipeline run list, Query / Run a pipeline deployment task
1717
* **Package Management**: Get package repository details list, Get artifacts details list, Get single artifact details
18+
* **Application Delivery**: Create and manage deployment orders, applications, orchestrations, variable groups, templates, tags, global variables, and deployment resources
1819

1920
## Tools
2021

@@ -98,6 +99,49 @@ alibabacloud-devops-mcp-server integrates various tools, including:
9899
- `list_artifacts`: Get artifacts details list
99100
- `get_artifact`: Get single artifact details
100101

102+
### Application Delivery Tools
103+
104+
- `create_change_order`: [application delivery] 创建部署单
105+
- `list_change_order_versions`: [application delivery] 查看部署单版本列表
106+
- `get_change_order`: [application delivery] 读取部署单使用的物料和工单状态
107+
- `list_change_order_job_logs`: [application delivery] 查询环境部署单日志
108+
- `find_task_operation_log`: [application delivery] 查询部署任务执行日志,其中通常包含下游部署引擎的调度细节信息
109+
- `execute_job_action`: [application delivery] 操作环境部署单
110+
- `list_change_orders_by_origin`: [application delivery] 根据创建来源查询部署单
111+
- `list_applications`: [application delivery] List applications in an organization with pagination
112+
- `get_application`: [application delivery] Get application details by name
113+
- `create_application`: [application delivery] Create a new application
114+
- `update_application`: [application delivery] Update an existing application
115+
- `get_latest_orchestration`: [application delivery] Get the latest orchestration for an environment
116+
- `list_app_orchestration`: [application delivery] List application orchestrations
117+
- `create_app_orchestration`: [application delivery] Create an application orchestration
118+
- `delete_app_orchestration`: [application delivery] Delete an application orchestration
119+
- `get_app_orchestration`: [application delivery] Get an application orchestration
120+
- `update_app_orchestration`: [application delivery] Update an application orchestration
121+
- `get_env_variable_groups`: [application delivery] Get variable groups for an environment
122+
- `create_variable_group`: [application delivery] Create a variable group
123+
- `delete_variable_group`: [application delivery] Delete a variable group
124+
- `get_variable_group`: [application delivery] Get a variable group
125+
- `update_variable_group`: [application delivery] Update a variable group
126+
- `get_app_variable_groups`: [application delivery] Get variable groups for an application
127+
- `get_app_variable_groups_revision`: [application delivery] Get the revision of variable groups for an application
128+
- `search_app_templates`: [application delivery] Search application templates
129+
- `create_app_tag`: [application delivery] Create an application tag
130+
- `update_app_tag`: [application delivery] Update an application tag
131+
- `delete_app_tag`: [application delivery] Delete an application tag
132+
- `search_app_tags`: [application delivery] Search application tags
133+
- `update_app_tag_bind`: [application delivery] Update application tag bindings
134+
- `create_global_var`: [application delivery] Create a global variable group
135+
- `delete_global_var`: [application delivery] Delete a global variable group
136+
- `get_global_var`: [application delivery] Get a global variable group
137+
- `update_global_var`: [application delivery] Update a global variable group
138+
- `list_global_vars`: [application delivery] List global variable groups
139+
- `get_machine_deploy_log`: [application delivery] Get machine deployment log
140+
- `add_host_list_to_host_group`: [application delivery] Add host list to host group
141+
- `add_host_list_to_deploy_group`: [application delivery] Add host list to deploy group
142+
- `delete_host_list_from_deploy_group`: [application delivery] Delete host list from deploy group
143+
- `delete_host_list_from_host_group`: [application delivery] Delete host list from host group
144+
101145
## Usage
102146

103147
### Prerequisites

README.zh-cn.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ alibabacloud-devops-mcp-server提供了以下功能,让AI助手能够:
1313
* **项目管理**:搜索项目、获取项目详情
1414
* **流水线管理**:获取流水线详情、获取流水线列表、运行流水线、获取最近一次流水线运行信息、获取流水线运行实例、获取流水线运行实例列表、查询/运行流水线部署任务
1515
* **制品仓库管理**:查看制品仓库信息、查询制品信息、查看单个制品信息
16+
* **应用交付**:创建和管理部署单、应用、编排、变量组、模板、标签、全局变量和部署资源
1617

1718
## 工具列表
1819

@@ -94,6 +95,49 @@ alibabacloud-devops-mcp-server集成了多种工具,包括:
9495
- `list_artifacts`: 查询制品信息
9596
- `get_artifact`: 查看单个制品信息
9697

98+
### 应用交付工具
99+
100+
- `create_change_order`: [应用交付] 创建部署单
101+
- `list_change_order_versions`: [应用交付] 查看部署单版本列表
102+
- `get_change_order`: [应用交付] 读取部署单使用的物料和工单状态
103+
- `list_change_order_job_logs`: [应用交付] 查询环境部署单日志
104+
- `find_task_operation_log`: [应用交付] 查询部署任务执行日志,其中通常包含下游部署引擎的调度细节信息
105+
- `execute_job_action`: [应用交付] 操作环境部署单
106+
- `list_change_orders_by_origin`: [应用交付] 根据创建来源查询部署单
107+
- `list_applications`: [应用交付] 分页获取组织中的应用列表
108+
- `get_application`: [应用交付] 根据应用名获取应用详情
109+
- `create_application`: [应用交付] 创建应用
110+
- `update_application`: [应用交付] 更新应用
111+
- `get_latest_orchestration`: [应用交付] 获取环境的最新编排
112+
- `list_app_orchestration`: [应用交付] 列出应用编排
113+
- `create_app_orchestration`: [应用交付] 创建应用编排
114+
- `delete_app_orchestration`: [应用交付] 删除应用编排
115+
- `get_app_orchestration`: [应用交付] 获取应用编排
116+
- `update_app_orchestration`: [应用交付] 更新应用编排
117+
- `get_env_variable_groups`: [应用交付] 获取环境的变量组
118+
- `create_variable_group`: [应用交付] 创建变量组
119+
- `delete_variable_group`: [应用交付] 删除变量组
120+
- `get_variable_group`: [应用交付] 获取变量组
121+
- `update_variable_group`: [应用交付] 更新变量组
122+
- `get_app_variable_groups`: [应用交付] 获取应用的变量组
123+
- `get_app_variable_groups_revision`: [应用交付] 获取应用变量组的版本
124+
- `search_app_templates`: [应用交付] 搜索应用模板
125+
- `create_app_tag`: [应用交付] 创建应用标签
126+
- `update_app_tag`: [应用交付] 更新应用标签
127+
- `delete_app_tag`: [应用交付] 删除应用标签
128+
- `search_app_tags`: [应用交付] 搜索应用标签
129+
- `update_app_tag_bind`: [应用交付] 更新应用标签绑定
130+
- `create_global_var`: [应用交付] 创建全局变量组
131+
- `delete_global_var`: [应用交付] 删除全局变量组
132+
- `get_global_var`: [应用交付] 获取全局变量组
133+
- `update_global_var`: [应用交付] 更新全局变量组
134+
- `list_global_vars`: [应用交付] 列出全局变量组
135+
- `get_machine_deploy_log`: [应用交付] 获取机器部署日志
136+
- `add_host_list_to_host_group`: [应用交付] 添加主机列表到主机组
137+
- `add_host_list_to_deploy_group`: [应用交付] 添加主机列表到部署组
138+
- `delete_host_list_from_deploy_group`: [应用交付] 从部署组删除主机列表
139+
- `delete_host_list_from_host_group`: [应用交付] 从主机组删除主机列表
140+
97141
## 用法
98142

99143
### 先决条件

0 commit comments

Comments
 (0)