wordpress privacy lint for LangChain
io.github.jmshinhwa/wordpress-privacy-lint
Finds the 12 author-side privacy duties your plugin PHP breaks, with the article and the fix on ever
client:LangChain
transport:stdio
runtime:npm
Install wordpress privacy lint in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"wordpress-privacy-lint": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@readystack/wordpress-privacy-lint"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs