Commit 076f096
committed
chore(mcp): remove ENABLE_OOXML_TOOLS feature flag
The flag existed so the new structural tools could land without
affecting api.ooxml.dev/mcp's surface until prod was ready. The
operational plan is to populate the prod schema graph before merging,
at which point the flag is just friction. Drops:
- ENABLE_OOXML_TOOLS env var on Env / OoxmlEnv
- ooxmlToolsEnabled() and the gating in tools/list and tools/call
- The defensive 'method-not-found while flag is off' branch
Both tools/list and tools/call now expose the OOXML tools
unconditionally. Worker bundle builds clean; 44 / 0 tests still pass.
Note: prod populate must run before this merges. The current per-row
INSERT pattern is slow against Neon over public internet
(~10-20 minutes for the WML closure); batching is the next step
operationally.1 parent 99ec4eb commit 076f096
4 files changed
Lines changed: 11 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 19 | | |
27 | 20 | | |
28 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
141 | | - | |
| 140 | + | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
165 | | - | |
166 | | - | |
167 | | - | |
| 164 | + | |
| 165 | + | |
168 | 166 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | 167 | | |
177 | 168 | | |
178 | 169 | | |
| |||
393 | 384 | | |
394 | 385 | | |
395 | 386 | | |
396 | | - | |
| 387 | + | |
397 | 388 | | |
398 | 389 | | |
399 | 390 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 34 | | |
43 | 35 | | |
44 | 36 | | |
| |||
215 | 207 | | |
216 | 208 | | |
217 | 209 | | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
| 210 | + | |
225 | 211 | | |
226 | 212 | | |
227 | 213 | | |
| |||
0 commit comments