Skip to content

Commit 1749ae8

Browse files
committed
change repo
1 parent 906d495 commit 1749ae8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/mcpwrapper/mcp_example.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
import asyncio
21
import logging
32
from pathlib import Path
43

5-
from langchain_aws import ChatBedrock
6-
from langchain_mcp_adapters.tools import load_mcp_tools
7-
from langgraph.prebuilt import create_react_agent
84
from mcp import ClientSession, StdioServerParameters
95
from mcp.client.stdio import stdio_client
106

7+
from langchain_mcp_adapters.tools import load_mcp_tools
8+
from langgraph.prebuilt import create_react_agent
9+
from langchain_aws import ChatBedrock
10+
import asyncio
11+
1112

1213
def current_directory() -> str:
1314
return str(Path(__file__).parent.absolute())

0 commit comments

Comments
 (0)