Test Intel for LangChain
io.github.barissozudogru/test-intel
Coverage analysis, untested function detection and complexity scoring for TS and JS.
client:LangChain
transport:stdio
runtime:npm
Install Test Intel in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"test-intel": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@barissozudogru/test-intel-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs