flutter structure mcp for LangChain
io.github.nilesh9783/flutter_structure_mcp
Audit architecture, security, memory, and code quality in Flutter, Laravel, Node, Python, & Vue.
client:LangChain
transport:stdio
runtime:oci
Install flutter structure mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"flutter_structure_mcp": {
"transport": "stdio",
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs