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 0265058 commit 654e75dCopy full SHA for 654e75d
tests/__init__.py
tests/test_import.py
@@ -0,0 +1,3 @@
1
+def test_import() -> None:
2
+ """Test that the code can be imported"""
3
+ from langchain_mcp_adapters import client, tools # noqa: F401
0 commit comments