AWS aws-mcp documentation change
Summary
Added 'aws___' prefix to tool names for consistency
Security assessment
Formatting/naming convention changes with no direct security impact.
Diff
diff --git a/aws-mcp/latest/userguide/understanding-mcp-server-tools.md b/aws-mcp/latest/userguide/understanding-mcp-server-tools.md index ee5007545..8adff2c72 100644 --- a//aws-mcp/latest/userguide/understanding-mcp-server-tools.md +++ b//aws-mcp/latest/userguide/understanding-mcp-server-tools.md @@ -13 +13 @@ AWS MCP Server provides the following tools to help you complete AWS tasks throu - * `retrieve_agent_sop` \- Search for Agent SOPs or retrieve detailed information about a specific SOP. Lists all available SOPs or gets the complete workflow for a particular SOP. + * `aws___retrieve_agent_sop` \- Search for Agent SOPs or retrieve detailed information about a specific SOP. Lists all available SOPs or gets the complete workflow for a particular SOP. @@ -35 +35 @@ AWS MCP Server provides the following tools to help you complete AWS tasks throu - * `call_aws` \- Execute authenticated AWS API calls with proper syntax validation and error handling. Supports most of the 15,000+ AWS APIs with automatic credential management. + * `aws___call_aws` \- Execute authenticated AWS API calls with proper syntax validation and error handling. Supports most of the 15,000+ AWS APIs with automatic credential management. @@ -41 +41 @@ APIs that require filesystem access or stream responses are not reliably support - * `suggest_aws_commands` \- Get descriptions and syntax help for relevant AWS APIs, including newly released APIs that may not be in the AI model's training data. + * `aws___suggest_aws_commands` \- Get descriptions and syntax help for relevant AWS APIs, including newly released APIs that may not be in the AI model's training data.