Wire the stdio transport.
{
"mcpServers": {
"bilinc": {
"command": "python",
"args": ["-m", "bilinc.cloud_mcp"],
"env": { "BILINC_API_KEY": "bil_live_..." }
}
}
}Keep operator controls simple.
export BILINC_API_KEY=bil_live_...
bilinc commit --key USER_PREF --value '{"theme":"dark"}'
bilinc recall --query "user preference"
bilinc statusThe 2.0 adapter keeps the public surface cloud-only.
The public package no longer ships local StatePlane/storage internals. Agent runtimes use hosted commit, recall, and status through BILINC_API_KEY.
