awslabs.cost-explorer-mcp-server 0.0.17__tar.gz → 0.0.18__tar.gz
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.
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/Dockerfile +2 -2
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/PKG-INFO +1 -1
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/awslabs/cost_explorer_mcp_server/__init__.py +1 -1
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/pyproject.toml +1 -1
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/uv.lock +4 -4
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/.gitignore +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/.python-version +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/CHANGELOG.md +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/LICENSE +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/NOTICE +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/README.md +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/awslabs/__init__.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/awslabs/cost_explorer_mcp_server/comparison_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/awslabs/cost_explorer_mcp_server/constants.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/awslabs/cost_explorer_mcp_server/cost_usage_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/awslabs/cost_explorer_mcp_server/forecasting_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/awslabs/cost_explorer_mcp_server/helpers.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/awslabs/cost_explorer_mcp_server/metadata_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/awslabs/cost_explorer_mcp_server/models.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/awslabs/cost_explorer_mcp_server/server.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/awslabs/cost_explorer_mcp_server/utility_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/docker-healthcheck.sh +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/tests/__init__.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/tests/conftest.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/tests/test_comparison_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/tests/test_cost_usage_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/tests/test_forecasting_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/tests/test_helpers.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/tests/test_metadata_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/tests/test_models.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/tests/test_server.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/tests/test_utility_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/uv-requirements.txt +0 -0
{awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/Dockerfile
RENAMED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
15
|
# dependabot should continue to update this to the latest hash.
|
|
16
|
-
FROM public.ecr.aws/amazonlinux/amazonlinux@sha256:
|
|
16
|
+
FROM public.ecr.aws/amazonlinux/amazonlinux@sha256:50a58a006d3381e38160fc5bb4bbefa68b74fcd70dde798f68667aac24312f20 AS uv
|
|
17
17
|
|
|
18
18
|
# Install build dependencies needed for compiling packages
|
|
19
19
|
RUN dnf install -y shadow-utils python3 python3-devel gcc && \
|
|
@@ -56,7 +56,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
|
|
56
56
|
# Make the directory just in case it doesn't exist
|
|
57
57
|
RUN mkdir -p /root/.local
|
|
58
58
|
|
|
59
|
-
FROM public.ecr.aws/amazonlinux/amazonlinux@sha256:
|
|
59
|
+
FROM public.ecr.aws/amazonlinux/amazonlinux@sha256:50a58a006d3381e38160fc5bb4bbefa68b74fcd70dde798f68667aac24312f20
|
|
60
60
|
|
|
61
61
|
# Place executables in the environment at the front of the path and include other binaries
|
|
62
62
|
ENV PATH="/app/.venv/bin:$PATH:/usr/sbin" \
|
{awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: awslabs.cost-explorer-mcp-server
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.18
|
|
4
4
|
Summary: MCP server for analyzing AWS costs and usage data through the AWS Cost Explorer API
|
|
5
5
|
Project-URL: Homepage, https://awslabs.github.io/mcp/
|
|
6
6
|
Project-URL: Documentation, https://awslabs.github.io/mcp/servers/cost-explorer-mcp-server/
|
|
@@ -51,7 +51,7 @@ wheels = [
|
|
|
51
51
|
|
|
52
52
|
[[package]]
|
|
53
53
|
name = "awslabs-cost-explorer-mcp-server"
|
|
54
|
-
version = "0.0.
|
|
54
|
+
version = "0.0.18"
|
|
55
55
|
source = { editable = "." }
|
|
56
56
|
dependencies = [
|
|
57
57
|
{ name = "boto3" },
|
|
@@ -1141,11 +1141,11 @@ wheels = [
|
|
|
1141
1141
|
|
|
1142
1142
|
[[package]]
|
|
1143
1143
|
name = "python-multipart"
|
|
1144
|
-
version = "0.0.
|
|
1144
|
+
version = "0.0.22"
|
|
1145
1145
|
source = { registry = "https://pypi.org/simple" }
|
|
1146
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1146
|
+
sdist = { url = "https://files.pythonhosted.org/packages/94/01/979e98d542a70714b0cb2b6728ed0b7c46792b695e3eaec3e20711271ca3/python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58", size = 37612, upload-time = "2026-01-25T10:15:56.219Z" }
|
|
1147
1147
|
wheels = [
|
|
1148
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1148
|
+
{ url = "https://files.pythonhosted.org/packages/1b/d0/397f9626e711ff749a95d96b7af99b9c566a9bb5129b8e4c10fc4d100304/python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155", size = 24579, upload-time = "2026-01-25T10:15:54.811Z" },
|
|
1149
1149
|
]
|
|
1150
1150
|
|
|
1151
1151
|
[[package]]
|
{awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/.gitignore
RENAMED
|
File without changes
|
{awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/.python-version
RENAMED
|
File without changes
|
{awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/CHANGELOG.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_cost_explorer_mcp_server-0.0.17 → awslabs_cost_explorer_mcp_server-0.0.18}/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|