Skip to content

Commit 156cdf2

Browse files
committed
Fix prettier formatting in http-standard-headers.ts
1 parent 82492dc commit 156cdf2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/scenarios/server/http-standard-headers.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,7 @@ export class HttpHeaderValidationScenario implements ClientScenario {
433433
}
434434
}
435435

436-
export class HttpCustomHeaderServerValidationScenario
437-
implements ClientScenario
438-
{
436+
export class HttpCustomHeaderServerValidationScenario implements ClientScenario {
439437
name = 'http-custom-header-server-validation';
440438
specVersions: SpecVersion[] = ['DRAFT-2026-v1'];
441439
description = `Test server validation of custom Mcp-Param headers and Base64 encoding (SEP-2243).

0 commit comments

Comments
 (0)