File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
amazon-rekognition-mcp-server
awslabs/amazon_rekognition_mcp_server
billing-cost-management-mcp-server
awslabs/billing_cost_management_mcp_server Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
15
15
"""Amazon Rekognition MCP Server package."""
16
16
17
- __version__ = '0.0.6 '
17
+ __version__ = '0.0.7 '
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " awslabs.amazon-rekognition-mcp-server"
3
3
4
- version = " 0.0.6 "
4
+ version = " 0.0.7 "
5
5
6
6
description = " An AWS Labs Model Context Protocol (MCP) server for Amazon Rekognition"
7
7
readme = " README.md"
Original file line number Diff line number Diff line change 19
19
by wrapping boto3 SDK functions for AWS cost optimization services.
20
20
"""
21
21
22
- __version__ = '1. 0.0'
22
+ __version__ = '0.0.1 '
23
23
24
24
# We don't import server here to avoid circular imports
25
25
Original file line number Diff line number Diff line change 2
2
name = " awslabs.billing-cost-management-mcp-server"
3
3
4
4
# NOTE: "Patch"=9223372036854775807 bumps next release to zero.
5
- version = " 0.0.0 "
5
+ version = " 0.0.1 "
6
6
7
7
description = " A Model Context Protocol (MCP) server that provides tools for AWS Billing and Cost Management by wrapping boto3 SDK functions."
8
8
readme = " README.md"
Original file line number Diff line number Diff line change 14
14
15
15
"""awslabs.ccapi-mcp-server"""
16
16
17
- __version__ = '1.0.3 '
17
+ __version__ = '1.0.4 '
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " awslabs.ccapi-mcp-server"
3
- version = " 1.0.3 "
3
+ version = " 1.0.4 "
4
4
description = " An AWS Labs Model Context Protocol (MCP) server for managing AWS resources via Cloud Control API"
5
5
readme = " README.md"
6
6
requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments