Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LiquidAI/LFM2-MCP
ThreadAbort
/
LFM2-MCP
like
0
No application file
App
Files
Files
Community
main
LFM2-MCP
/
src
/
constants
/
db.ts
mlabonne
Initial Checkin (#1)
f326613
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
123 Bytes
export
const
DB_NAME
=
"tool-caller-db"
;
export
const
STORE_NAME
=
"tools"
;
export
const
SETTINGS_STORE_NAME
=
"settings"
;