We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8352868 commit b28c297Copy full SHA for b28c297
src/spec.types.test.ts
@@ -685,6 +685,7 @@ const MISSING_SDK_TYPES = [
685
'Annotations',
686
'ModelHint',
687
'ModelPreferences',
688
+ 'Icons',
689
]
690
691
function extractExportedTypes(source: string): string[] {
@@ -699,7 +700,7 @@ describe('Spec Types', () => {
699
700
it('should define some expected types', () => {
701
expect(specTypes).toContain('JSONRPCNotification');
702
expect(specTypes).toContain('ElicitResult');
- expect(specTypes).toHaveLength(93);
703
+ expect(specTypes).toHaveLength(94);
704
});
705
706
it('should have up to date list of missing sdk types', () => {
0 commit comments