Stalsoft – Dr. Alex Stolz, IT- und KI-Beratung for LangChain
com.stalsoft/stalsoft
Öffentliche Inhalte von stalsoft.com: Profil, Leistungen, FAQ, Publikationen, Kontakt, Suche.
client:LangChain
transport:streamable-http
tools:7
Install Stalsoft – Dr. Alex Stolz, IT- und KI-Beratung in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"stalsoft": {
"transport": "streamable_http",
"url": "https://www.stalsoft.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs