taskbounty check for LangChain
io.github.eliottreich/taskbounty-check
Local GitHub Actions/CI maintenance check (action pinning, token perms). Not a full security audit.
client:LangChain
transport:stdio
runtime:npm
Install taskbounty check in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"taskbounty-check": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "taskbounty-check"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs