alibaba-cloud-ops-mcp-server 0.9.24__py3-none-any.whl → 0.9.25__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -672,8 +672,27 @@ def _list_application_group_deployment(client, name, application_group_name, sta
672
672
  )
673
673
  response = client.get_application_group(get_application_group_request)
674
674
  status = response.body.application_group.status
675
- if status in status_list:
676
- return response.body
675
+ execution_id = response.body.application_group.execution_id
676
+ list_executions_response = None
677
+
678
+ if execution_id:
679
+ try:
680
+ list_executions_request = oos_20190601_models.ListExecutionsRequest(
681
+ execution_id=execution_id
682
+ )
683
+ list_executions_response = client.list_executions(list_executions_request)
684
+ except Exception as e:
685
+ logger.info(f"[_list_application_group_deployment] Error listing executions for application group {application_group_name}: {e}")
686
+ pass
687
+
688
+ resp = {
689
+ 'info': response.body,
690
+ 'status': status,
691
+ 'execution_id': execution_id,
692
+ 'deploy_execution_info': list_executions_response.body if list_executions_response else None
693
+ }
694
+
695
+ return resp
677
696
 
678
697
 
679
698
  def _check_application_exists(client: oos20190601Client, name: str) -> bool:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: alibaba-cloud-ops-mcp-server
3
- Version: 0.9.24
3
+ Version: 0.9.25
4
4
  Summary: A MCP server for Alibaba Cloud
5
5
  Author-email: Zheng Dayu <dayu.zdy@alibaba-inc.com>, Zhao Shuaibo <zhaoshuaibo.zsb@alibaba-inc.com>
6
6
  License-File: LICENSE
@@ -11,14 +11,14 @@ alibaba_cloud_ops_mcp_server/alibabacloud/static/PROMPT_UNDERSTANDING.md,sha256=
11
11
  alibaba_cloud_ops_mcp_server/alibabacloud/static/__init__.py,sha256=wJrYamaIb7e_kA4ILZpdP1f1TUUTXMGqEhA4IbSZ2Ts,230
12
12
  alibaba_cloud_ops_mcp_server/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  alibaba_cloud_ops_mcp_server/tools/api_tools.py,sha256=n7FLDAlnTSIk38iQqT1ABwAskIyswO_tBGTm34SPMpg,10632
14
- alibaba_cloud_ops_mcp_server/tools/application_management_tools.py,sha256=WX8lJMEEFSgMWx4hDL_J5rdAw_BWBFEQKr2dg7e4iS4,35582
14
+ alibaba_cloud_ops_mcp_server/tools/application_management_tools.py,sha256=fzuNzAfqsQpfOXrwNhIDBXQM_bcN6MTs4Rw7_4MD8Io,36305
15
15
  alibaba_cloud_ops_mcp_server/tools/cms_tools.py,sha256=BmPTiP8wu9DsEHBQsvR7JH9nFkcKMTBuNuafFqSfVxU,4308
16
16
  alibaba_cloud_ops_mcp_server/tools/common_api_tools.py,sha256=ccQAWqS1I9F-fdOdjLcXN-dIhNqSbZV8T5ODuGXlfXM,2711
17
17
  alibaba_cloud_ops_mcp_server/tools/local_tools.py,sha256=Sl7Vl2mVQMLyMIZQDLoE-xVF0vNz_haMEspyYPDe6Sg,13133
18
18
  alibaba_cloud_ops_mcp_server/tools/oos_tools.py,sha256=cPEl05Y0rlNvCeO2SF46Y7Ewky4LXZ8__sD0_JCi8ek,13569
19
19
  alibaba_cloud_ops_mcp_server/tools/oss_tools.py,sha256=6yKo1FqQN3n9I-eDUW8MrnIZTHthy-worKc8XIsn-Nw,7427
20
- alibaba_cloud_ops_mcp_server-0.9.24.dist-info/METADATA,sha256=dBKDUk4-cVEON2AhxisR7zPmDOq8ne_mV5S1FNdcY1A,8794
21
- alibaba_cloud_ops_mcp_server-0.9.24.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
22
- alibaba_cloud_ops_mcp_server-0.9.24.dist-info/entry_points.txt,sha256=ESGAWXKEp184forhs7VzTD4P1AUdZz6vCW6hRUKITGw,83
23
- alibaba_cloud_ops_mcp_server-0.9.24.dist-info/licenses/LICENSE,sha256=gQgVkp2ttRCjodiPpXZZR-d7JnrYIYNiHk1YDUYgpa4,11331
24
- alibaba_cloud_ops_mcp_server-0.9.24.dist-info/RECORD,,
20
+ alibaba_cloud_ops_mcp_server-0.9.25.dist-info/METADATA,sha256=8WjJEkEcDyIy8dtkjvG1p-cMyAUOSBX2sMPqahzOIPQ,8794
21
+ alibaba_cloud_ops_mcp_server-0.9.25.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
22
+ alibaba_cloud_ops_mcp_server-0.9.25.dist-info/entry_points.txt,sha256=ESGAWXKEp184forhs7VzTD4P1AUdZz6vCW6hRUKITGw,83
23
+ alibaba_cloud_ops_mcp_server-0.9.25.dist-info/licenses/LICENSE,sha256=gQgVkp2ttRCjodiPpXZZR-d7JnrYIYNiHk1YDUYgpa4,11331
24
+ alibaba_cloud_ops_mcp_server-0.9.25.dist-info/RECORD,,