Skip to content

Commit 2a05470

Browse files
Apply suggestions from code review
Co-authored-by: Leonardo Araneda Freccero <arangatang@users.noreply.github.com> Signed-off-by: Dennis Traub <dennis.traub@gmail.com>
1 parent 93fc931 commit 2a05470

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/mcp-client/langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies = [
66
"langchain",
77
"langchain-aws",
88
"langchain-mcp-adapters",
9-
"mcp_proxy_for_aws",
9+
"mcp-proxy-for-aws",
1010
"python-dotenv",
1111
]

examples/mcp-client/llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies = [
66
"llama-index",
77
"llama-index-llms-openai",
88
"llama-index-tools-mcp",
9-
"mcp_proxy_for_aws",
9+
"mcp-proxy-for-aws",
1010
"python-dotenv",
1111
]

examples/mcp-client/strands/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "mcp-client-example-strands-agents"
33
version = "0.1.0"
44
requires-python = ">=3.10"
55
dependencies = [
6-
"mcp_proxy_for_aws",
6+
"mcp-proxy-for-aws",
77
"python-dotenv",
88
"strands-agents",
99
]

0 commit comments

Comments
 (0)