FICTURN — Short Fiction Inside ChatGPT for LangChain
io.github.thomasjudes-del/ficturn
Short, finished fiction to discover by mood, genre or reading time inside ChatGPT.
client:LangChain
transport:streamable-http
tools:3
Install FICTURN — Short Fiction Inside ChatGPT in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ficturn": {
"transport": "streamable_http",
"url": "https://ficturn.thomas-judes.workers.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs