/**
* For more details on how to configure Wrangler, refer to:
* https://developers.cloudflare.com/workers/wrangler/configuration/
*/
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "crate-digger-mcp",
"main": "src/index.ts",
"compatibility_date": "2025-03-10",
"compatibility_flags": ["nodejs_compat"],
"durable_objects": {
"bindings": [
{
"class_name": "DJMixDownloaderMCP",
"name": "MCP_OBJECT"
}
]
},
"kv_namespaces": [
{
"binding": "OAUTH_KV",
"id": "1a0519c923dd4f93bd07b016071a6963",
"preview_id": "41a1b8eb544643a6beb703dc560a34e8"
}
],
"migrations": [
{
"new_sqlite_classes": ["DJMixDownloaderMCP"],
"tag": "v1"
}
],
"observability": {
"enabled": true
},
"assets": { "directory": "./static/", "binding": "ASSETS" }
}