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.
- Validate
AWS_REGIONenvironment variable (#1030)
- Async model loading on Windows (#1035)
- Improve tool logging (#1004)
- Update README (#1020)
- Support for
--profilein boto3 operations. (#986)
- First version of the consent mechanism using elicitation. This can be enabled using
REQUIRE_MUTATION_CONSENTand will prompt for input before executing any mutating operations. (#926)
- Load the sentence transformers in the background (#844)
- Switched to CPU-only PyTorch (#856)
- Tool annotations (#915)
AWS_REGIONis no longer a mandatory environment variable. The region will be determined similar to boto3 with a default fallback tous-east-1(#952)
- Support profile for customizations (e.g.
s3 ls) (#896)
- First release of AWS API MCP Server.
call_awstool. Executes AWS CLI commands with validation and proper error handlingsuggest_aws_commandstool. Suggests AWS CLI commands based on a natural language query. This tool helps the model generate CLI commands by providing a description and the complete set of parameters for the 5 most likely CLI commands for the given query, including the most recent AWS CLI commands - some of which may be otherwise unknown to the model.