Skip to content
LangChain

CSS rule count, stylesheet discarded for LangChain

io.github.sadri-dridi/css-rule-count

CSS rule count, stylesheet discarded

client:LangChain transport:streamable-http tools:31

Install CSS rule count, stylesheet discarded in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "css-rule-count": {
            "transport": "streamable_http",
            "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/css-rule-count/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

All 31 tools →

CSS rule count, stylesheet discarded in other clients