Skip to content
LangChain

CISSP Study Group - CISSP Exam Prep & Practice Questions for LangChain

io.github.vcprimiani/cissp-study-group

CISSP exam prep: 3,600+ practice questions, study stats, and readiness scoring

client:LangChain transport:streamable-http

Install CISSP Study Group - CISSP Exam Prep & Practice Questions in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cissp-study-group": {
            "transport": "streamable_http",
            "url": "https://cissp-mcp-server.cissp.workers.dev/mcp",
        }
})

tools = await client.get_tools()

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

CISSP Study Group - CISSP Exam Prep & Practice Questions in other clients