Coding Challenge Solutions for LangChain
io.github.nikhil-bhat/cc-solutions
Search coding challenge solutions by keyword and optionally filter by programming language
client:LangChain
transport:stdio
runtime:oci
Install Coding Challenge Solutions in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cc-solutions": {
"transport": "stdio",
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/nikhil-bhat/cc-solutions-mcp:1.0.4"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs