Commit b797d89
authored
Operator: Change default proxy mode from SSE to streamable-http (#2521)
* Change default proxy mode from SSE to streamable-http
Update the Kubernetes Operator to default to streamable-http proxy mode
instead of the deprecated SSE transport for stdio-based MCP servers.
Changes:
- Update CRD default annotation from sse to streamable-http
- Update controller default logic to use streamable-http
- Update unit tests to expect streamable-http as default
- Regenerate CRD manifests and documentation
- Bump operator-crds chart version from 0.0.52 to 0.0.53
- Bump operator chart version from 0.3.7 to 0.3.8
- Add explicit proxyMode: sse to existing stdio e2e tests
- Add new stdio-streamable-http e2e test scenarios for both
single-tenancy and multi-tenancy
The streamable-http transport is the recommended approach per the MCP
specification. Users can still explicitly set proxyMode: sse if needed.
Fixes #2211
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
* Bump operator chart to 0.4.0
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
---------
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Co-authored-by: Dan Barr <6922515+danbarr@users.noreply.github.com>1 parent 6ee9c58 commit b797d89
File tree
23 files changed
+382
-10
lines changed- cmd/thv-operator
- api/v1alpha1
- controllers
- deploy/charts
- operator-crds
- crds
- operator
- docs/operator
- test/e2e/chainsaw/operator
- multi-tenancy/test-scenarios
- stdio-streamable-http
- stdio
- single-tenancy/test-scenarios
- stdio-streamable-http
- stdio
23 files changed
+382
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments