Replace the old handshake-based tests with RC-native integration coverage.
Work items:
- Update hardcoded protocol-version strings in the test suite.
- Replace initialize/initialized-based smoke tests with RC-style request tests.
- Add HTTP-mode tests that validate the new header contract.
- Add elicitation round-trip tests that exercise the new multi-round flow.
- Add protocol compatibility tests for
single, namespace, all, and consolidated modes.
- Add interop tests for external MCP server discovery and proxying.
- Add regression tests for the removal or replacement of session-affinity assumptions.
Acceptance criteria:
- The test suite covers the same user-visible behaviors without depending on removed protocol primitives.
- CI fails if the server regresses to the legacy handshake model.
Replace the old handshake-based tests with RC-native integration coverage.
Work items:
single,namespace,all, andconsolidatedmodes.Acceptance criteria: