SPLIDIA — operational notes and capabilities for LangChain
com.splidia/notes
Fibre optics, OTDR, network design and data centre notes from SPLIDIA, plus its service catalogue.
client:LangChain
transport:streamable-http
tools:4
Install SPLIDIA — operational notes and capabilities in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"notes": {
"transport": "streamable_http",
"url": "https://mcp.splidia.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs