Commit dd55204
feat: add InsiderMode support to HTTP mode
Add InsiderMode field to HTTPServerConfig and pass it from CLI flags.
This ensures that the --insider-mode flag works for HTTP mode just
like it does for stdio mode, enabling experimental features when set.
Co-authored-by: atharva1051 <53966412+atharva1051@users.noreply.github.com>1 parent 79635e4 commit dd55204
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
385 | 388 | | |
386 | 389 | | |
387 | 390 | | |
| |||
0 commit comments