HI Glauber,
Thank you for sharing cachebro with me. 🙇
If I start claude in a folder, cachebro serve spins up and that mcp is working as expected.
Later if I opened another claude in the same folder, cachebro stops working:
I think it has something to do with the db being locked by the first session
danilo@Mac ink % npm exec cachebro status
node:internal/modules/run_main:107
triggerUncaughtException(
^
[Error: failed to open database /Users/danilo/workspace/work/ink/.cachebro/cache.db: Locking error: Failed locking file. File is locked by another process] {
code: 'GenericFailure'
}
Node.js v24.11.1
HI Glauber,
Thank you for sharing cachebro with me. 🙇
If I start claude in a folder,
cachebro servespins up and that mcp is working as expected.Later if I opened another claude in the same folder, cachebro stops working:
I think it has something to do with the db being locked by the first session