Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shreyask
/
LFM2-WebGPU-MCP
like
5
Configuration error
App
Files
Files
Community
1
f1508f2
LFM2-WebGPU-MCP
/
src
/
constants
/
db.ts
shreyask
initial checkin
d417126
8 months ago
raw
Copy download link
history
blame
Safe
123 Bytes
export
const
DB_NAME
=
"tool-caller-db"
;
export
const
STORE_NAME
=
"tools"
;
export
const
SETTINGS_STORE_NAME
=
"settings"
;