qikly for LangChain
io.github.gal-a/qikly
Generates tests from acceptance criteria, then converges code with an agent that never sees them.
client:LangChain
transport:stdio
runtime:pypi
Install qikly in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"qikly": {
"transport": "stdio",
"command": "uvx",
"args": ["qikly"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs