awslabs.cost-explorer-mcp-server 0.0.13__py3-none-any.whl → 0.0.15__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.
awslabs/__init__.py CHANGED
@@ -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
- AWS Labs Cost Explorer MCP Server package.
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__)
@@ -17,4 +17,4 @@
17
17
  This module provides MCP tools for analyzing AWS costs and usage data through the AWS Cost Explorer API.
18
18
  """
19
19
 
20
- __version__ = '0.0.13'
20
+ __version__ = '0.0.15'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: awslabs.cost-explorer-mcp-server
3
- Version: 0.0.13
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/
@@ -23,7 +23,7 @@ Classifier: Programming Language :: Python :: 3.13
23
23
  Requires-Python: >=3.10
24
24
  Requires-Dist: boto3>=1.38.40
25
25
  Requires-Dist: loguru>=0.7.0
26
- Requires-Dist: mcp[cli]>=1.11.0
26
+ Requires-Dist: mcp[cli]>=1.23.0
27
27
  Requires-Dist: pandas>=2.2.3
28
28
  Requires-Dist: pydantic>=2.10.6
29
29
  Description-Content-Type: text/markdown
@@ -1,5 +1,5 @@
1
- awslabs/__init__.py,sha256=XlNvbbm4JS0QaAK93MUCbMITZLOSkWkBilYvLI3rBpU,667
2
- awslabs/cost_explorer_mcp_server/__init__.py,sha256=d9SfYOjdit6ot9cPT6r0_aCNHZ9zj_sjXtpSH4kL-8g,786
1
+ awslabs/__init__.py,sha256=S-EDeDHGZzllMFhAeuJx_47fv85t2OUMOcsOisD5d_8,796
2
+ awslabs/cost_explorer_mcp_server/__init__.py,sha256=hGIAyrq4pGDSBtTyE6CXIuTsWAVXU7Pd8H-HNdTMRkA,786
3
3
  awslabs/cost_explorer_mcp_server/comparison_handler.py,sha256=hrj6Hr0VNl6F_pUzSMjInMHlrfgo-CEu0wrI8wCmmnQ,32204
4
4
  awslabs/cost_explorer_mcp_server/constants.py,sha256=UubGjszHgx_y2_ctrRV0kQVU8fkRK1Tb1HulPno7hKo,4467
5
5
  awslabs/cost_explorer_mcp_server/cost_usage_handler.py,sha256=w60Fd-9goTdupEVmLVapHxOe2itpnWznVCvmQz-UTtU,16889
@@ -9,9 +9,9 @@ awslabs/cost_explorer_mcp_server/metadata_handler.py,sha256=CEFTJKKkNFpxWX5HlFvN
9
9
  awslabs/cost_explorer_mcp_server/models.py,sha256=orjB06HFrMVRJIkFwAwIgtda3FpyPVwwTQsno99hia8,2753
10
10
  awslabs/cost_explorer_mcp_server/server.py,sha256=w6-SkEWlg696_6vNgANOJQvLT2dJ6OcP6Xufqn-jcyU,3841
11
11
  awslabs/cost_explorer_mcp_server/utility_handler.py,sha256=ecFbAg8gyJRdRy-r2vMFOwSEAI_RMeuqlMvF-J0GtLM,1568
12
- awslabs_cost_explorer_mcp_server-0.0.13.dist-info/METADATA,sha256=sA5QbFc5ocTvvYGPelB6mYemfxbUvG7ux4kcQ78YMa4,9432
13
- awslabs_cost_explorer_mcp_server-0.0.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
14
- awslabs_cost_explorer_mcp_server-0.0.13.dist-info/entry_points.txt,sha256=nkewGFi8GZCCtHhFofUmYii3OCeK_5qqgLXE4eUSFZg,98
15
- awslabs_cost_explorer_mcp_server-0.0.13.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
16
- awslabs_cost_explorer_mcp_server-0.0.13.dist-info/licenses/NOTICE,sha256=VL_gWrK0xFaHGFxxYj6BcZI30EkRxUH4Dv1u2Qsh3ao,92
17
- awslabs_cost_explorer_mcp_server-0.0.13.dist-info/RECORD,,
12
+ awslabs_cost_explorer_mcp_server-0.0.15.dist-info/METADATA,sha256=zIBFbDC4B9iOihAMJV6gh-Jo6a3LheGxYVCk1r6vci4,9432
13
+ awslabs_cost_explorer_mcp_server-0.0.15.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
14
+ awslabs_cost_explorer_mcp_server-0.0.15.dist-info/entry_points.txt,sha256=nkewGFi8GZCCtHhFofUmYii3OCeK_5qqgLXE4eUSFZg,98
15
+ awslabs_cost_explorer_mcp_server-0.0.15.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
16
+ awslabs_cost_explorer_mcp_server-0.0.15.dist-info/licenses/NOTICE,sha256=VL_gWrK0xFaHGFxxYj6BcZI30EkRxUH4Dv1u2Qsh3ao,92
17
+ awslabs_cost_explorer_mcp_server-0.0.15.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any