From 8a4655c5660c674f391ecc05fad986d6fdf79125 Mon Sep 17 00:00:00 2001 From: ihrpr Date: Thu, 11 Sep 2025 19:02:47 +0100 Subject: [PATCH] ignore icons for now --- src/spec.types.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/spec.types.test.ts b/src/spec.types.test.ts index ae47d9de7..5aa497f4a 100644 --- a/src/spec.types.test.ts +++ b/src/spec.types.test.ts @@ -685,6 +685,7 @@ const MISSING_SDK_TYPES = [ 'Annotations', 'ModelHint', 'ModelPreferences', + 'Icons', ] function extractExportedTypes(source: string): string[] { @@ -699,7 +700,7 @@ describe('Spec Types', () => { it('should define some expected types', () => { expect(specTypes).toContain('JSONRPCNotification'); expect(specTypes).toContain('ElicitResult'); - expect(specTypes).toHaveLength(93); + expect(specTypes).toHaveLength(94); }); it('should have up to date list of missing sdk types', () => {