awslabs.cost-explorer-mcp-server 0.0.14__tar.gz → 0.0.15__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.14 → awslabs_cost_explorer_mcp_server-0.0.15}/PKG-INFO +1 -1
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/awslabs/__init__.py +3 -3
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/awslabs/cost_explorer_mcp_server/__init__.py +1 -1
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/pyproject.toml +1 -1
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/uv.lock +11 -10
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/.gitignore +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/.python-version +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/CHANGELOG.md +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/Dockerfile +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/LICENSE +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/NOTICE +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/README.md +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/awslabs/cost_explorer_mcp_server/comparison_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/awslabs/cost_explorer_mcp_server/constants.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/awslabs/cost_explorer_mcp_server/cost_usage_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/awslabs/cost_explorer_mcp_server/forecasting_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/awslabs/cost_explorer_mcp_server/helpers.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/awslabs/cost_explorer_mcp_server/metadata_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/awslabs/cost_explorer_mcp_server/models.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/awslabs/cost_explorer_mcp_server/server.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/awslabs/cost_explorer_mcp_server/utility_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/docker-healthcheck.sh +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/tests/__init__.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/tests/conftest.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/tests/test_comparison_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/tests/test_cost_usage_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/tests/test_forecasting_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/tests/test_helpers.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/tests/test_metadata_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/tests/test_models.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/tests/test_server.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/tests/test_utility_handler.py +0 -0
- {awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/uv-requirements.txt +0 -0
{awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/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.15
|
|
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/
|
|
@@ -12,6 +12,6 @@
|
|
|
12
12
|
# See the License for the specific language governing permissions and
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
# This file is part of the awslabs namespace.
|
|
16
|
+
# It is intentionally minimal to support PEP 420 namespace packages.
|
|
17
|
+
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
|
@@ -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.15"
|
|
55
55
|
source = { editable = "." }
|
|
56
56
|
dependencies = [
|
|
57
57
|
{ name = "boto3" },
|
|
@@ -490,11 +490,11 @@ wheels = [
|
|
|
490
490
|
|
|
491
491
|
[[package]]
|
|
492
492
|
name = "filelock"
|
|
493
|
-
version = "3.
|
|
493
|
+
version = "3.20.1"
|
|
494
494
|
source = { registry = "https://pypi.org/simple" }
|
|
495
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
495
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a7/23/ce7a1126827cedeb958fc043d61745754464eb56c5937c35bbf2b8e26f34/filelock-3.20.1.tar.gz", hash = "sha256:b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c", size = 19476, upload-time = "2025-12-15T23:54:28.027Z" }
|
|
496
496
|
wheels = [
|
|
497
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
497
|
+
{ url = "https://files.pythonhosted.org/packages/e3/7f/a1a97644e39e7316d850784c642093c99df1290a460df4ede27659056834/filelock-3.20.1-py3-none-any.whl", hash = "sha256:15d9e9a67306188a44baa72f569d2bfd803076269365fdea0934385da4dc361a", size = 16666, upload-time = "2025-12-15T23:54:26.874Z" },
|
|
498
498
|
]
|
|
499
499
|
|
|
500
500
|
[[package]]
|
|
@@ -1467,14 +1467,15 @@ wheels = [
|
|
|
1467
1467
|
|
|
1468
1468
|
[[package]]
|
|
1469
1469
|
name = "starlette"
|
|
1470
|
-
version = "0.
|
|
1470
|
+
version = "0.50.0"
|
|
1471
1471
|
source = { registry = "https://pypi.org/simple" }
|
|
1472
1472
|
dependencies = [
|
|
1473
1473
|
{ name = "anyio" },
|
|
1474
|
+
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
1474
1475
|
]
|
|
1475
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1476
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ba/b8/73a0e6a6e079a9d9cfa64113d771e421640b6f679a52eeb9b32f72d871a1/starlette-0.50.0.tar.gz", hash = "sha256:a2a17b22203254bcbc2e1f926d2d55f3f9497f769416b3190768befe598fa3ca", size = 2646985, upload-time = "2025-11-01T15:25:27.516Z" }
|
|
1476
1477
|
wheels = [
|
|
1477
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1478
|
+
{ url = "https://files.pythonhosted.org/packages/d9/52/1064f510b141bd54025f9b55105e26d1fa970b9be67ad766380a3c9b74b0/starlette-0.50.0-py3-none-any.whl", hash = "sha256:9e5391843ec9b6e472eed1365a78c8098cfceb7a74bfd4d6b1c0c0095efb3bca", size = 74033, upload-time = "2025-11-01T15:25:25.461Z" },
|
|
1478
1479
|
]
|
|
1479
1480
|
|
|
1480
1481
|
[[package]]
|
|
@@ -1581,11 +1582,11 @@ wheels = [
|
|
|
1581
1582
|
|
|
1582
1583
|
[[package]]
|
|
1583
1584
|
name = "urllib3"
|
|
1584
|
-
version = "2.
|
|
1585
|
+
version = "2.6.2"
|
|
1585
1586
|
source = { registry = "https://pypi.org/simple" }
|
|
1586
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1587
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1e/24/a2a2ed9addd907787d7aa0355ba36a6cadf1768b934c652ea78acbd59dcd/urllib3-2.6.2.tar.gz", hash = "sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797", size = 432930, upload-time = "2025-12-11T15:56:40.252Z" }
|
|
1587
1588
|
wheels = [
|
|
1588
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1589
|
+
{ url = "https://files.pythonhosted.org/packages/6d/b9/4095b668ea3678bf6a0af005527f39de12fb026516fb3df17495a733b7f8/urllib3-2.6.2-py3-none-any.whl", hash = "sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd", size = 131182, upload-time = "2025-12-11T15:56:38.584Z" },
|
|
1589
1590
|
]
|
|
1590
1591
|
|
|
1591
1592
|
[[package]]
|
{awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/.gitignore
RENAMED
|
File without changes
|
{awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/.python-version
RENAMED
|
File without changes
|
{awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/CHANGELOG.md
RENAMED
|
File without changes
|
{awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/Dockerfile
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_cost_explorer_mcp_server-0.0.14 → awslabs_cost_explorer_mcp_server-0.0.15}/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
|