MCP Servers
ilo can connect to any MCP server, with tools type-checked end-to-end before execution.
Configuration
Section titled “Configuration”Create an mcp.json file:
{ "mcpServers": { "myserver": { "command": "node", "args": ["server.js"], "env": {} } }}ilo --mcp mcp.json program.ilo funcname argsMCP tools become callable functions in your ilo program, with types verified at load time.
See examples/mcp.json in the ilo repo for a working example.