Axint for LangChain
io.github.agenticempire/axint
Proof and repair for Apple coding agents: validate Swift, run Xcode evidence, and repair failures.
client:LangChain
transport:streamable-http
runtime:npm
tools:36
Install Axint in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"axint": {
"transport": "streamable_http",
"url": "https://mcp.axint.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- axint.compile
- axint.validate
- axint.swift.validate
- axint.swift.fix
- axint.scaffold
- axint.templates.list
- axint.templates.get
- axint.repair
- axint.status
- axint.activate
- axint.upgrade
- axint.doctor
- axint.xcode.guard
- axint.xcode.write
- axint.session.start
- axint.feature
- axint.project.pack
- axint.project.index
- axint.project.syncVersion
- axint.context.memory
- axint.context.docs
- axint.suggest
- axint.registry.search
- axint.workflow.check