jules dispatch for LangChain
io.github.yuuqq/jules-dispatch
Batch-dispatch coding tasks to Google Jules: 50 parallel sessions, plan approval, PR collection.
client:LangChain
transport:stdio
runtime:npm
Install jules dispatch in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"jules-dispatch": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@yuuqq/jules-dispatch"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs