awslabs.dynamodb-mcp-server 1.0.5__tar.gz → 1.0.8__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.

Potentially problematic release.


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

Files changed (22) hide show
  1. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/PKG-INFO +36 -7
  2. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/README.md +30 -1
  3. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/awslabs/dynamodb_mcp_server/__init__.py +1 -1
  4. awslabs_dynamodb_mcp_server-1.0.8/awslabs/dynamodb_mcp_server/prompts/dynamodb_architect.md +830 -0
  5. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/pyproject.toml +6 -6
  6. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/tests/test_dynamodb_server.py +3 -3
  7. awslabs_dynamodb_mcp_server-1.0.8/uv-requirements.txt +24 -0
  8. awslabs_dynamodb_mcp_server-1.0.8/uv.lock +1594 -0
  9. awslabs_dynamodb_mcp_server-1.0.5/awslabs/dynamodb_mcp_server/prompts/dynamodb_architect.md +0 -607
  10. awslabs_dynamodb_mcp_server-1.0.5/uv-requirements.txt +0 -26
  11. awslabs_dynamodb_mcp_server-1.0.5/uv.lock +0 -1527
  12. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/.gitignore +0 -0
  13. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/.python-version +0 -0
  14. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/CHANGELOG.md +0 -0
  15. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/Dockerfile +0 -0
  16. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/LICENSE +0 -0
  17. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/NOTICE +0 -0
  18. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/awslabs/__init__.py +0 -0
  19. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/awslabs/dynamodb_mcp_server/common.py +0 -0
  20. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/awslabs/dynamodb_mcp_server/server.py +0 -0
  21. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/docker-healthcheck.sh +0 -0
  22. {awslabs_dynamodb_mcp_server-1.0.5 → awslabs_dynamodb_mcp_server-1.0.8}/tests/test_readonly_delete_table.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: awslabs.dynamodb-mcp-server
3
- Version: 1.0.5
3
+ Version: 1.0.8
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/
@@ -21,11 +21,11 @@ Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Programming Language :: Python :: 3.13
23
23
  Requires-Python: >=3.10
24
- Requires-Dist: boto3>=1.28.0
25
- Requires-Dist: loguru>=0.7.0
26
- Requires-Dist: mcp[cli]>=1.11.0
27
- Requires-Dist: pydantic>=2.10.6
28
- Requires-Dist: typing-extensions>=4.0.0
24
+ Requires-Dist: boto3==1.40.5
25
+ Requires-Dist: loguru==0.7.3
26
+ Requires-Dist: mcp[cli]==1.12.4
27
+ Requires-Dist: pydantic==2.11.7
28
+ Requires-Dist: typing-extensions==4.14.1
29
29
  Description-Content-Type: text/markdown
30
30
 
31
31
  # AWS DynamoDB MCP Server
@@ -102,7 +102,7 @@ All tools support an optional `region_name` parameter to specify which AWS regio
102
102
 
103
103
  | Cursor | VS Code |
104
104
  |:------:|:-------:|
105
- | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/install-mcp?name=awslabs.dynamodb-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuZHluYW1vZGItbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiRERCLU1DUC1SRUFET05MWSI6InRydWUiLCJBV1NfUFJPRklMRSI6ImRlZmF1bHQiLCJBV1NfUkVHSU9OIjoidXMtd2VzdC0yIiwiRkFTVE1DUF9MT0dfTEVWRUwiOiJFUlJPUiJ9LCJkaXNhYmxlZCI6ZmFsc2UsImF1dG9BcHByb3ZlIjpbXX0%3D) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=DynamoDB%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.dynamodb-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22DDB-MCP-READONLY%22%3A%22true%22%2C%22AWS_PROFILE%22%3A%22default%22%2C%22AWS_REGION%22%3A%22us-west-2%22%2C%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
105
+ | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.dynamodb-mcp-server&config=JTdCJTIyY29tbWFuZCUyMiUzQSUyMnV2eCUyMGF3c2xhYnMuZHluYW1vZGItbWNwLXNlcnZlciU0MGxhdGVzdCUyMiUyQyUyMmVudiUyMiUzQSU3QiUyMkREQi1NQ1AtUkVBRE9OTFklMjIlM0ElMjJ0cnVlJTIyJTJDJTIyQVdTX1BST0ZJTEUlMjIlM0ElMjJkZWZhdWx0JTIyJTJDJTIyQVdTX1JFR0lPTiUyMiUzQSUyMnVzLXdlc3QtMiUyMiUyQyUyMkZBU1RNQ1BfTE9HX0xFVkVMJTIyJTNBJTIyRVJST1IlMjIlN0QlMkMlMjJkaXNhYmxlZCUyMiUzQWZhbHNlJTJDJTIyYXV0b0FwcHJvdmUlMjIlM0ElNUIlNUQlN0Q%3D)| [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=DynamoDB%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.dynamodb-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22DDB-MCP-READONLY%22%3A%22true%22%2C%22AWS_PROFILE%22%3A%22default%22%2C%22AWS_REGION%22%3A%22us-west-2%22%2C%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
106
106
 
107
107
  Add the MCP to your favorite agentic tools. (e.g. for Amazon Q Developer CLI MCP, `~/.aws/amazonq/mcp.json`):
108
108
 
@@ -124,6 +124,35 @@ Add the MCP to your favorite agentic tools. (e.g. for Amazon Q Developer CLI MCP
124
124
  }
125
125
  }
126
126
  ```
127
+ ### Windows Installation
128
+
129
+ For Windows users, the MCP server configuration format is slightly different:
130
+
131
+ ```json
132
+ {
133
+ "mcpServers": {
134
+ "awslabs.dynamodb-mcp-server": {
135
+ "disabled": false,
136
+ "timeout": 60,
137
+ "type": "stdio",
138
+ "command": "uv",
139
+ "args": [
140
+ "tool",
141
+ "run",
142
+ "--from",
143
+ "awslabs.dynamodb-mcp-server@latest",
144
+ "awslabs.dynamodb-mcp-server.exe"
145
+ ],
146
+ "env": {
147
+ "FASTMCP_LOG_LEVEL": "ERROR",
148
+ "AWS_PROFILE": "your-aws-profile",
149
+ "AWS_REGION": "us-east-1"
150
+ }
151
+ }
152
+ }
153
+ }
154
+ ```
155
+
127
156
 
128
157
  or docker after a successful `docker build -t awslabs/dynamodb-mcp-server .`:
129
158
 
@@ -72,7 +72,7 @@ All tools support an optional `region_name` parameter to specify which AWS regio
72
72
 
73
73
  | Cursor | VS Code |
74
74
  |:------:|:-------:|
75
- | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/install-mcp?name=awslabs.dynamodb-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuZHluYW1vZGItbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiRERCLU1DUC1SRUFET05MWSI6InRydWUiLCJBV1NfUFJPRklMRSI6ImRlZmF1bHQiLCJBV1NfUkVHSU9OIjoidXMtd2VzdC0yIiwiRkFTVE1DUF9MT0dfTEVWRUwiOiJFUlJPUiJ9LCJkaXNhYmxlZCI6ZmFsc2UsImF1dG9BcHByb3ZlIjpbXX0%3D) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=DynamoDB%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.dynamodb-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22DDB-MCP-READONLY%22%3A%22true%22%2C%22AWS_PROFILE%22%3A%22default%22%2C%22AWS_REGION%22%3A%22us-west-2%22%2C%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
75
+ | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.dynamodb-mcp-server&config=JTdCJTIyY29tbWFuZCUyMiUzQSUyMnV2eCUyMGF3c2xhYnMuZHluYW1vZGItbWNwLXNlcnZlciU0MGxhdGVzdCUyMiUyQyUyMmVudiUyMiUzQSU3QiUyMkREQi1NQ1AtUkVBRE9OTFklMjIlM0ElMjJ0cnVlJTIyJTJDJTIyQVdTX1BST0ZJTEUlMjIlM0ElMjJkZWZhdWx0JTIyJTJDJTIyQVdTX1JFR0lPTiUyMiUzQSUyMnVzLXdlc3QtMiUyMiUyQyUyMkZBU1RNQ1BfTE9HX0xFVkVMJTIyJTNBJTIyRVJST1IlMjIlN0QlMkMlMjJkaXNhYmxlZCUyMiUzQWZhbHNlJTJDJTIyYXV0b0FwcHJvdmUlMjIlM0ElNUIlNUQlN0Q%3D)| [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=DynamoDB%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.dynamodb-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22DDB-MCP-READONLY%22%3A%22true%22%2C%22AWS_PROFILE%22%3A%22default%22%2C%22AWS_REGION%22%3A%22us-west-2%22%2C%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
76
76
 
77
77
  Add the MCP to your favorite agentic tools. (e.g. for Amazon Q Developer CLI MCP, `~/.aws/amazonq/mcp.json`):
78
78
 
@@ -94,6 +94,35 @@ Add the MCP to your favorite agentic tools. (e.g. for Amazon Q Developer CLI MCP
94
94
  }
95
95
  }
96
96
  ```
97
+ ### Windows Installation
98
+
99
+ For Windows users, the MCP server configuration format is slightly different:
100
+
101
+ ```json
102
+ {
103
+ "mcpServers": {
104
+ "awslabs.dynamodb-mcp-server": {
105
+ "disabled": false,
106
+ "timeout": 60,
107
+ "type": "stdio",
108
+ "command": "uv",
109
+ "args": [
110
+ "tool",
111
+ "run",
112
+ "--from",
113
+ "awslabs.dynamodb-mcp-server@latest",
114
+ "awslabs.dynamodb-mcp-server.exe"
115
+ ],
116
+ "env": {
117
+ "FASTMCP_LOG_LEVEL": "ERROR",
118
+ "AWS_PROFILE": "your-aws-profile",
119
+ "AWS_REGION": "us-east-1"
120
+ }
121
+ }
122
+ }
123
+ }
124
+ ```
125
+
97
126
 
98
127
  or docker after a successful `docker build -t awslabs/dynamodb-mcp-server .`:
99
128
 
@@ -14,4 +14,4 @@
14
14
 
15
15
  """awslabs.dynamodb-mcp-server"""
16
16
 
17
- __version__ = '1.0.5'
17
+ __version__ = '1.0.8'