Skip to content

Commit 27bdf61

Browse files
committed
Apply further suggestions from review
1 parent bb1857c commit 27bdf61

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ Add the following configuration to your MCP client config file (e.g., for Amazon
163163
}
164164
```
165165

166-
For additional proxy examples, see [`./examples/mcp-proxy`](./examples/mcp-proxy).
167-
168166
---
169167

170168
## Using the MCP Proxy for AWS as a client library

examples/mcp-client/agent-framework/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
AWS IAM MCP Client Example: Microsoft Agent Framework Integration
2+
Example: Using MCP Proxy for AWS as a client for Microsoft Agent Framework integration
33
44
This example demonstrates how to use the aws_iam_mcp_client with the Microsoft Agent Framework
55
to connect an AI agent to an MCP server using AWS IAM authentication.

examples/mcp-client/langchain/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
AWS IAM MCP Client Example: LangChain Agent Integration
2+
Example: Using MCP Proxy for AWS as a client for LangChain Agent integration
33
44
This example demonstrates how to use the aws_iam_mcp_client with LangChain
55
to connect an AI agent to an MCP server using AWS IAM authentication.

examples/mcp-client/llamaindex/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
AWS IAM MCP Client Example: LlamaIndex Agent Integration
2+
Example: Using MCP Proxy for AWS as a client for LlamaIndex Agent integration
33
44
This example demonstrates how to use the aws_iam_mcp_client with LlamaIndex
55
to connect an AI agent to an MCP server using AWS IAM authentication.

examples/mcp-client/strands/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Example: Using MCP Proxy for AWS as a client for Strands Agent Integration
2+
Example: Using MCP Proxy for AWS as a client for Strands Agent integration
33
44
This example demonstrates how to use the aws_iam_mcp_client with the Strands SDK
55
to connect an AI agent to an MCP server using AWS IAM authentication.

0 commit comments

Comments
 (0)