All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- DynamoDB Command Execution: Added
execute_dynamodb_commandtool that integrates with AWS API MCP Server to execute DynamoDB operations directly without requiring separate AWS API MCP Server configuration.
-
BREAKING CHANGE: DynamoDB Native API functions have been removed in favour of the AWS API MCP Server.
-
The following functionality has been removed:
- Table Operations
- Item Operations
- Query and Scan Operations
- Backup and Recovery Operations
- Time to Live Operations
- Export Operations
- Tags and Resource Policies Operations
- Miscellaneous Operations (describe endpoints and describe limits)
-
Migration: Use the AWS API MCP Server to perform these operations going forward.
- BREAKING CHANGE: Server Sent Events (SSE) support has been removed in accordance with the Model Context Protocol specification's backwards compatibility guidelines
- This change prepares for future support of Streamable HTTP transport
- Initial project setup