
ojob ojob.io/ai/mcps/mcp-ch onport=8888 chs="(_name: my-data, _type: file, _rw: true, file: my-data.json)" libs=@mini-a/utils.js,lib/my-library.js A STDIO/HTTP MCP OpenAF data channel server
| Name | Description | 
|---|---|
| onport | If defined starts a MCP server on the provided port | 
| chs | A JSON/SLON array/map of channel name, type, rw (read/write boolean) and options (depending on channel type) | 
| libs | Optional comma separated libraries or @oPack/library.js references to preload |