The Ultimate Critic for LangChain
io.github.marksignals/the-ultimate-critic
Check AI work against requirements and return structured verdicts, findings, and repair steps.
client:LangChain
transport:streamable-http
Install The Ultimate Critic in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"the-ultimate-critic": {
"transport": "streamable_http",
"url": "https://ultimate-critic.fly.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs