awslabs.dynamodb-mcp-server 0.1.2__py3-none-any.whl → 0.1.3__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.

Potentially problematic release.


This version of awslabs.dynamodb-mcp-server might be problematic. Click here for more details.

@@ -32,7 +32,7 @@ from awslabs.dynamodb_mcp_server.common import (
32
32
  handle_exceptions,
33
33
  )
34
34
  from botocore.config import Config
35
- from fastmcp import FastMCP
35
+ from mcp.server.fastmcp import FastMCP
36
36
  from pydantic import Field
37
37
  from typing import Any, Dict, List, Literal, Union
38
38
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: awslabs.dynamodb-mcp-server
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: The official MCP Server for interacting with AWS DynamoDB
5
5
  Project-URL: homepage, https://awslabs.github.io/mcp/
6
6
  Project-URL: docs, https://awslabs.github.io/mcp/servers/dynamodb-mcp-server/
@@ -22,7 +22,6 @@ Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Programming Language :: Python :: 3.13
23
23
  Requires-Python: >=3.10
24
24
  Requires-Dist: boto3>=1.28.0
25
- Requires-Dist: fastmcp>=0.1.0
26
25
  Requires-Dist: loguru>=0.7.0
27
26
  Requires-Dist: mcp[cli]>=1.6.0
28
27
  Requires-Dist: pydantic>=2.10.6
@@ -0,0 +1,10 @@
1
+ awslabs/__init__.py,sha256=47wJeKcStxEJwX7SVVV2pnAWYR8FxcaYoT3YTmZ5Plg,674
2
+ awslabs/dynamodb_mcp_server/__init__.py,sha256=v9gwAZRDfCdRfC-s0e9gUXPK3rzXrdHjBywl4e05cGs,616
3
+ awslabs/dynamodb_mcp_server/common.py,sha256=RIR5d1tfWteCy7Iv-vU_6Sip2zERvOapwe6eTCH9EF0,10351
4
+ awslabs/dynamodb_mcp_server/server.py,sha256=UYhvh-o1jdryASMGI1Km0wtFavfqcUC9uHjeJsdiidQ,31449
5
+ awslabs_dynamodb_mcp_server-0.1.3.dist-info/METADATA,sha256=LJbrCxKxVScbcRW1wyqmT56Y1IAFpmhtYSPBof2u5bk,5856
6
+ awslabs_dynamodb_mcp_server-0.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ awslabs_dynamodb_mcp_server-0.1.3.dist-info/entry_points.txt,sha256=Vn6TvAN9d67Lsbkcs0UcIiOBI5xDpNBm_MOOzc1h-YU,88
8
+ awslabs_dynamodb_mcp_server-0.1.3.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
9
+ awslabs_dynamodb_mcp_server-0.1.3.dist-info/licenses/NOTICE,sha256=47UMmTFkf8rUc_JaJfdWe6NsAJQOcZNPZIL6JzU_k5U,95
10
+ awslabs_dynamodb_mcp_server-0.1.3.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- awslabs/__init__.py,sha256=47wJeKcStxEJwX7SVVV2pnAWYR8FxcaYoT3YTmZ5Plg,674
2
- awslabs/dynamodb_mcp_server/__init__.py,sha256=v9gwAZRDfCdRfC-s0e9gUXPK3rzXrdHjBywl4e05cGs,616
3
- awslabs/dynamodb_mcp_server/common.py,sha256=RIR5d1tfWteCy7Iv-vU_6Sip2zERvOapwe6eTCH9EF0,10351
4
- awslabs/dynamodb_mcp_server/server.py,sha256=ndXxc-1RYy8uT0QX1RJMLzbMoA6vnkr2VXoPZrXoHzI,31438
5
- awslabs_dynamodb_mcp_server-0.1.2.dist-info/METADATA,sha256=72jtHsbBBClWUFTb56MUmAfH-NZ9S1mnq-H09O0MFWg,5886
6
- awslabs_dynamodb_mcp_server-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- awslabs_dynamodb_mcp_server-0.1.2.dist-info/entry_points.txt,sha256=Vn6TvAN9d67Lsbkcs0UcIiOBI5xDpNBm_MOOzc1h-YU,88
8
- awslabs_dynamodb_mcp_server-0.1.2.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
9
- awslabs_dynamodb_mcp_server-0.1.2.dist-info/licenses/NOTICE,sha256=47UMmTFkf8rUc_JaJfdWe6NsAJQOcZNPZIL6JzU_k5U,95
10
- awslabs_dynamodb_mcp_server-0.1.2.dist-info/RECORD,,