awslabs.dynamodb-mcp-server 0.1.4__tar.gz → 1.0.0__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.
- awslabs_dynamodb_mcp_server-1.0.0/CHANGELOG.md +19 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/PKG-INFO +1 -1
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/pyproject.toml +1 -1
- awslabs_dynamodb_mcp_server-0.1.4/CHANGELOG.md +0 -12
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/.gitignore +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/.pre-commit-config.yaml +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/.python-version +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/Dockerfile +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/LICENSE +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/NOTICE +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/README.md +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/awslabs/__init__.py +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/awslabs/dynamodb_mcp_server/__init__.py +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/awslabs/dynamodb_mcp_server/common.py +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/awslabs/dynamodb_mcp_server/server.py +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/docker-healthcheck.sh +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/tests/test_dynamodb_server.py +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/tests/test_readonly_delete_table.py +0 -0
- {awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/uv.lock +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [1.0.0] - 2025-05-26
|
|
9
|
+
|
|
10
|
+
### Removed
|
|
11
|
+
|
|
12
|
+
- **BREAKING CHANGE:** Server Sent Events (SSE) support has been removed in accordance with the Model Context Protocol specification's [backwards compatibility guidelines](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#backwards-compatibility)
|
|
13
|
+
- This change prepares for future support of [Streamable HTTP](https://modelcontextprotocol.io/specification/draft/basic/transports#streamable-http) transport
|
|
14
|
+
|
|
15
|
+
## Unreleased
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- Initial project setup
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: awslabs.dynamodb-mcp-server
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
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/
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
-
|
|
8
|
-
## Unreleased
|
|
9
|
-
|
|
10
|
-
### Added
|
|
11
|
-
|
|
12
|
-
- Initial project setup
|
|
File without changes
|
{awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/.pre-commit-config.yaml
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
|
{awslabs_dynamodb_mcp_server-0.1.4 → awslabs_dynamodb_mcp_server-1.0.0}/docker-healthcheck.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|