servicebricks for LangChain
io.github.holomodular/servicebricks
Generate a ServiceBricks C# .NET microservice as a ZIP file.
client:LangChain
transport:streamable-http
Install servicebricks in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"servicebricks": {
"transport": "streamable_http",
"url": "https://servicebricks.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs