We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fc931 commit 2a05470Copy full SHA for 2a05470
examples/mcp-client/langchain/pyproject.toml
@@ -6,6 +6,6 @@ dependencies = [
6
"langchain",
7
"langchain-aws",
8
"langchain-mcp-adapters",
9
- "mcp_proxy_for_aws",
+ "mcp-proxy-for-aws",
10
"python-dotenv",
11
]
examples/mcp-client/llamaindex/pyproject.toml
"llama-index",
"llama-index-llms-openai",
"llama-index-tools-mcp",
examples/mcp-client/strands/pyproject.toml
@@ -3,7 +3,7 @@ name = "mcp-client-example-strands-agents"
3
version = "0.1.0"
4
requires-python = ">=3.10"
5
dependencies = [
"strands-agents",
0 commit comments