Skip to content
LangChain

angular removed api lint for LangChain

io.github.jmshinhwa/angular-removed-api-lint

32 checks for Angular APIs that were removed or deprecated, plus the support window on your version

client:LangChain transport:stdio runtime:npm

Install angular removed api lint in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "angular-removed-api-lint": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@readystack/angular-removed-api-lint"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

angular removed api lint in other clients