@@ -560,22 +560,27 @@ verifies('lifecycle:capability:strict-mode-throws', async ({ transport }: TestAr
560560 }
561561} ) ;
562562
563- // --- 2026-07-28 superseding requirement stubs (register zero cells until 2026 joins ALL_SPEC_VERSIONS) ---
564563verifies ( 'discover:basic' , async ( ) => {
564+ // TODO(2026-07-28, @felixweinberger): to be implemented for 2026-07-28 spec release
565565 throw new Error ( 'stub: not yet asserted — assert server/discover returns supportedVersions, capabilities, and serverInfo' ) ;
566566} ) ;
567567verifies ( 'discover:instructions-passthrough' , async ( ) => {
568+ // TODO(2026-07-28, @felixweinberger): to be implemented for 2026-07-28 spec release
568569 throw new Error ( 'stub: not yet asserted — assert DiscoverResult.instructions is exposed on the client' ) ;
569570} ) ;
570571verifies ( 'discover:capabilities-match-registrations' , async ( ) => {
572+ // TODO(2026-07-28, @felixweinberger): to be implemented for 2026-07-28 spec release
571573 throw new Error ( 'stub: not yet asserted — assert DiscoverResult.capabilities matches the registered handlers' ) ;
572574} ) ;
573575verifies ( 'lifecycle:version:2026-negotiable' , async ( ) => {
576+ // TODO(2026-07-28, @felixweinberger): to be implemented for 2026-07-28 spec release
574577 throw new Error ( 'stub: not yet asserted — assert both sides agree on and report the 2026 version' ) ;
575578} ) ;
576579verifies ( 'lifecycle:version:client-retries-from-supported' , async ( ) => {
580+ // TODO(2026-07-28, @felixweinberger): to be implemented for 2026-07-28 spec release
577581 throw new Error ( 'stub: not yet asserted — assert the client retries with a version from supported[] on -32004' ) ;
578582} ) ;
579583verifies ( 'lifecycle:version:unsupported-error' , async ( ) => {
584+ // TODO(2026-07-28, @felixweinberger): to be implemented for 2026-07-28 spec release
580585 throw new Error ( 'stub: not yet asserted — assert the server returns -32004 with data.supported[] (HTTP 400 on streamable HTTP)' ) ;
581586} ) ;
0 commit comments