coverage gate lint for LangChain
io.github.jmshinhwa/coverage-gate-lint
Finds the coverage gates in your repo that can never fail a build
client:LangChain
transport:stdio
runtime:npm
Install coverage gate lint in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"coverage-gate-lint": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@readystack/coverage-gate-lint"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs