File tree Expand file tree Collapse file tree 6 files changed +280
-169
lines changed
src/alibabacloud_rds_openapi_mcp_server Expand file tree Collapse file tree 6 files changed +280
-169
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ Add the following configuration to the MCP client configuration file:
88
88
* ` describe_db_instance_accounts ` : Batch retrieves account information for multiple RDS instances.
89
89
* ` describe_available_classes ` : Query available instance classes and storage ranges.
90
90
* ` describe_available_zones ` : Query available zones for RDS instances.
91
+ * ` describe_bills ` : Query the consumption summary of all product instances or billing items for a user within a specific billing period.
91
92
* ` describe_vpcs ` : Query VPC list.
92
93
* ` describe_vswitches ` : Query VSwitch list.
93
94
* ` describe_slow_log_records ` : Query slow log records for an RDS instance.
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ git clone https://github.com/aliyun/alibabacloud-rds-openapi-mcp-server.git
86
86
* ` describe_db_instance_accounts ` : 批量查询实例的账号信息
87
87
* ` describe_available_classes ` : 查询可用实例规格和存储范围
88
88
* ` describe_available_zones ` : 查询RDS可用区
89
+ * ` describe_bills ` : 批量查询实例账单信息.
89
90
* ` describe_vpcs ` : 查询VPC列表
90
91
* ` describe_vswitches ` : 查询虚拟交换机列表
91
92
* ` describe_slow_log_records ` : 查询RDS慢日志记录
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " alibabacloud-rds-openapi-mcp-server"
3
- version = " 1.2.2 "
3
+ version = " 1.3.0 "
4
4
description = " MCP server for RDS Services via OPENAPI."
5
5
readme = " README.md"
6
6
requires-python = " >=3.12"
7
7
dependencies = [
8
+ " alibabacloud-bssopenapi20171214>=5.0.0" ,
8
9
" alibabacloud-rds20140815>=11.0.0" ,
9
10
" alibabacloud-vpc20160428>=6.11.4" ,
10
11
" httpx>=0.28.1" ,
@@ -28,4 +29,4 @@ Source = "https://github.com/aliyun/alibaba-cloud-ops-mcp-server.git"
28
29
packages = [" src/alibabacloud_rds_openapi_mcp_server" ]
29
30
30
31
[project .scripts ]
31
- alibabacloud-rds-openapi-mcp-server = " alibabacloud_rds_openapi_mcp_server.server:main"
32
+ alibabacloud-rds-openapi-mcp-server = " alibabacloud_rds_openapi_mcp_server.server:main"
You can’t perform that action at this time.
0 commit comments