coremodels for LangChain
io.github.qg-aramai/coremodels
Schema modeling in JSON, JSON-LD, and other formats with CoreModels platform.
client:LangChain
transport:streamable-http
Install coremodels in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"coremodels": {
"transport": "streamable_http",
"url": "https://go.coremodels.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs