Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shreyask
/
MCP-WebGPU
like
1
Running
App
Files
Files
Community
9a9d1f0
MCP-WebGPU
/
src
/
constants
/
db.ts
shreyask
init
220a682
verified
about 2 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"
;