-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
37 lines (37 loc) · 789 Bytes
/
wrangler.jsonc
File metadata and controls
37 lines (37 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "openstax-mcp-server",
"main": "src/index.ts",
"compatibility_date": "2025-11-28",
"compatibility_flags": ["nodejs_compat"],
"observability": {
"enabled": true
},
"vectorize": [
{
"binding": "VECTORIZE",
"index_name": "openstax-semantic-search",
"remote": true
}
],
"kv_namespaces": [
{
"binding": "TEXTBOOK_CACHE",
"id": "821b40de91f44f6f9f9d7011e0f51278",
"remote": true
},
{
"binding": "PRACTICE_PROBLEMS",
"id": "5995c36c14494f3ea073e6d86f2cb6d3",
"remote": true
},
{
"binding": "NOTEBOOKS",
"id": "3c07414ded8045fc94cdea183c6db493",
"remote": true
}
],
"ai": {
"binding": "AI"
}
}