Skip to content

Commit c2f32f0

Browse files
test(e2e): drop section comment from association scenarios
1 parent 4a0f0f4 commit c2f32f0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

test/e2e/scenarios/hosting-http.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,11 +1037,6 @@ verifies('hosting:http:send-no-listener-noop', async (_args: TestArgs) => {
10371037
}
10381038
});
10391039

1040-
// ─── Server-request association (SEP-2260) ──────────────────────────────────
1041-
// These pin where the WebStandard server transport puts server→client requests:
1042-
// nested requests ride the originating POST response stream, never the
1043-
// standalone GET stream.
1044-
10451040
verifies('protocol:assoc:nested-on-originating-stream', async (_args: TestArgs) => {
10461041
const makeServer = () => {
10471042
const s = new McpServer({ name: 's', version: '0' });

0 commit comments

Comments
 (0)