oracle h for LangChain
io.github.tponscr-debug/oracle-h
Human approval gate for AI agents. Critical actions approved or rejected by a human via Telegram.
client:LangChain
transport:stdio
runtime:npm
Install oracle h in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"oracle-h": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "oracle-h-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs