awslabs.dynamodb-mcp-server 1.0.4__py3-none-any.whl → 1.0.6__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.
- awslabs/dynamodb_mcp_server/__init__.py +1 -1
- awslabs/dynamodb_mcp_server/server.py +21 -6
- {awslabs_dynamodb_mcp_server-1.0.4.dist-info → awslabs_dynamodb_mcp_server-1.0.6.dist-info}/METADATA +2 -2
- awslabs_dynamodb_mcp_server-1.0.6.dist-info/RECORD +11 -0
- awslabs_dynamodb_mcp_server-1.0.4.dist-info/RECORD +0 -11
- {awslabs_dynamodb_mcp_server-1.0.4.dist-info → awslabs_dynamodb_mcp_server-1.0.6.dist-info}/WHEEL +0 -0
- {awslabs_dynamodb_mcp_server-1.0.4.dist-info → awslabs_dynamodb_mcp_server-1.0.6.dist-info}/entry_points.txt +0 -0
- {awslabs_dynamodb_mcp_server-1.0.4.dist-info → awslabs_dynamodb_mcp_server-1.0.6.dist-info}/licenses/LICENSE +0 -0
- {awslabs_dynamodb_mcp_server-1.0.4.dist-info → awslabs_dynamodb_mcp_server-1.0.6.dist-info}/licenses/NOTICE +0 -0
|
@@ -53,9 +53,8 @@ from pydantic import Field
|
|
|
53
53
|
from typing import Any, Dict, List, Literal, Union
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
instructions="""The official MCP Server for interacting with AWS DynamoDB
|
|
56
|
+
# Define server instructions and dependencies
|
|
57
|
+
SERVER_INSTRUCTIONS = """The official MCP Server for interacting with AWS DynamoDB
|
|
59
58
|
|
|
60
59
|
This server provides comprehensive DynamoDB capabilities with over 30 operational tools for managing DynamoDB tables,
|
|
61
60
|
items, indexes, backups, and more, plus expert data modeling guidance through DynamoDB data modeling expert prompt
|
|
@@ -105,9 +104,25 @@ Common usage examples:
|
|
|
105
104
|
Use the `dynamodb_data_modeling` tool to access enterprise-level DynamoDB design expertise.
|
|
106
105
|
This tool provides systematic methodology for creating production-ready multi-table design with
|
|
107
106
|
advanced optimizations, cost analysis, and integration patterns.
|
|
108
|
-
"""
|
|
109
|
-
|
|
110
|
-
|
|
107
|
+
"""
|
|
108
|
+
|
|
109
|
+
SERVER_DEPENDENCIES = [
|
|
110
|
+
'boto3',
|
|
111
|
+
'botocore',
|
|
112
|
+
'pydantic',
|
|
113
|
+
]
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
def create_server():
|
|
117
|
+
"""Create and configure the MCP server instance."""
|
|
118
|
+
return FastMCP(
|
|
119
|
+
'awslabs.dynamodb-mcp-server',
|
|
120
|
+
instructions=SERVER_INSTRUCTIONS,
|
|
121
|
+
dependencies=SERVER_DEPENDENCIES,
|
|
122
|
+
)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
app = create_server()
|
|
111
126
|
|
|
112
127
|
|
|
113
128
|
def get_dynamodb_client(region_name: str | None):
|
{awslabs_dynamodb_mcp_server-1.0.4.dist-info → awslabs_dynamodb_mcp_server-1.0.6.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: awslabs.dynamodb-mcp-server
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
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/
|
|
@@ -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
|
-
| [](https://cursor.com/install-mcp?name=awslabs.dynamodb-mcp-server&config=
|
|
105
|
+
| [](https://cursor.com/en/install-mcp?name=awslabs.dynamodb-mcp-server&config=JTdCJTIyY29tbWFuZCUyMiUzQSUyMnV2eCUyMGF3c2xhYnMuZHluYW1vZGItbWNwLXNlcnZlciU0MGxhdGVzdCUyMiUyQyUyMmVudiUyMiUzQSU3QiUyMkREQi1NQ1AtUkVBRE9OTFklMjIlM0ElMjJ0cnVlJTIyJTJDJTIyQVdTX1BST0ZJTEUlMjIlM0ElMjJkZWZhdWx0JTIyJTJDJTIyQVdTX1JFR0lPTiUyMiUzQSUyMnVzLXdlc3QtMiUyMiUyQyUyMkZBU1RNQ1BfTE9HX0xFVkVMJTIyJTNBJTIyRVJST1IlMjIlN0QlMkMlMjJkaXNhYmxlZCUyMiUzQWZhbHNlJTJDJTIyYXV0b0FwcHJvdmUlMjIlM0ElNUIlNUQlN0Q%3D)| [](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
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
awslabs/__init__.py,sha256=WuqxdDgUZylWNmVoPKiK7qGsTB_G4UmuXIrJ-VBwDew,731
|
|
2
|
+
awslabs/dynamodb_mcp_server/__init__.py,sha256=kHjqg1Xu17Hmz3w26u_Rpwuow6vbIWTPD0-NGlXyQO0,673
|
|
3
|
+
awslabs/dynamodb_mcp_server/common.py,sha256=aj1uOGa63TQdM3r75Zht74y1OGgUblDEQ-0h1RZHfn0,11422
|
|
4
|
+
awslabs/dynamodb_mcp_server/server.py,sha256=rJhbetBZ0jxu4GyQNvuU5W8FtGKfo9iM1-YNYfZaQWE,36698
|
|
5
|
+
awslabs/dynamodb_mcp_server/prompts/dynamodb_architect.md,sha256=c8_Fna7CAJdUc-0P6XUPhgMOZRyPGwqoBIwsKwfvTFM,41548
|
|
6
|
+
awslabs_dynamodb_mcp_server-1.0.6.dist-info/METADATA,sha256=1s5o2jQwUoxpq32T9Muox6_2wjbeY4KJx3WP4hZJtcA,7300
|
|
7
|
+
awslabs_dynamodb_mcp_server-1.0.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
8
|
+
awslabs_dynamodb_mcp_server-1.0.6.dist-info/entry_points.txt,sha256=Vn6TvAN9d67Lsbkcs0UcIiOBI5xDpNBm_MOOzc1h-YU,88
|
|
9
|
+
awslabs_dynamodb_mcp_server-1.0.6.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
|
10
|
+
awslabs_dynamodb_mcp_server-1.0.6.dist-info/licenses/NOTICE,sha256=47UMmTFkf8rUc_JaJfdWe6NsAJQOcZNPZIL6JzU_k5U,95
|
|
11
|
+
awslabs_dynamodb_mcp_server-1.0.6.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
awslabs/__init__.py,sha256=WuqxdDgUZylWNmVoPKiK7qGsTB_G4UmuXIrJ-VBwDew,731
|
|
2
|
-
awslabs/dynamodb_mcp_server/__init__.py,sha256=fjepFDvi4XcDm6PyjZL6NcA7CqQF4lyficHovM3yrdk,673
|
|
3
|
-
awslabs/dynamodb_mcp_server/common.py,sha256=aj1uOGa63TQdM3r75Zht74y1OGgUblDEQ-0h1RZHfn0,11422
|
|
4
|
-
awslabs/dynamodb_mcp_server/server.py,sha256=SF6bhCsozL905yiRaWYWkpHcYybCeNlce8vWUv2YQr8,36390
|
|
5
|
-
awslabs/dynamodb_mcp_server/prompts/dynamodb_architect.md,sha256=c8_Fna7CAJdUc-0P6XUPhgMOZRyPGwqoBIwsKwfvTFM,41548
|
|
6
|
-
awslabs_dynamodb_mcp_server-1.0.4.dist-info/METADATA,sha256=oGTxV5CaUGVEp4cWl2pf4tU-dLlb7jll79p9b85y4Os,7170
|
|
7
|
-
awslabs_dynamodb_mcp_server-1.0.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
8
|
-
awslabs_dynamodb_mcp_server-1.0.4.dist-info/entry_points.txt,sha256=Vn6TvAN9d67Lsbkcs0UcIiOBI5xDpNBm_MOOzc1h-YU,88
|
|
9
|
-
awslabs_dynamodb_mcp_server-1.0.4.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
|
10
|
-
awslabs_dynamodb_mcp_server-1.0.4.dist-info/licenses/NOTICE,sha256=47UMmTFkf8rUc_JaJfdWe6NsAJQOcZNPZIL6JzU_k5U,95
|
|
11
|
-
awslabs_dynamodb_mcp_server-1.0.4.dist-info/RECORD,,
|
{awslabs_dynamodb_mcp_server-1.0.4.dist-info → awslabs_dynamodb_mcp_server-1.0.6.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|