Function: channelCliPath()
channelCliPath():
string
Defined in: packages/aiui-claude-channel/src/cli-path.ts:14
Absolute path to this package's built CLI entry (dist/cli.js).
Resolved from the package root (the nearest ancestor directory that has a package.json), so it is correct whether the package is installed from npm or built locally. This lets a consumer wire the channel into an MCP config by absolute path — spawned as node <path> mcp — rather than relying on the aiui-claude-channel bin being on the PATH.
Returns
string