Wire the stdio transport.
{
"mcpServers": {
"bilinc": {
"command": "python",
"args": ["-m", "bilinc.cloud_mcp"],
"env": { "BILINC_API_KEY": "bil_live_..." }
}
}
}Keep operator controls simple.
pip install -U bilinc
bilinc start
bilinc login --api-key bil_live_...
bilinc quicktest
bilinc commit --key USER_PREF --value '{"theme":"dark"}'
bilinc recall --query "user preference"
bilinc statusThe 2.1.3 adapter exposes Cloud operations through a tool boundary.
The public package ships CloudClient, CLI, and the Cloud MCP adapter. Agent runtimes use BILINC_API_KEY for hosted commit, recall, and status operations.
