Skip to content

Commit a481158

Browse files
authored
Merge branch 'main' into patch-1
2 parents 3fb68e5 + b28c297 commit a481158

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/sdk",
3-
"version": "1.17.5",
3+
"version": "1.18.0",
44
"description": "Model Context Protocol implementation for TypeScript",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

src/spec.types.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ const MISSING_SDK_TYPES = [
685685
'Annotations',
686686
'ModelHint',
687687
'ModelPreferences',
688+
'Icons',
688689
]
689690

690691
function extractExportedTypes(source: string): string[] {
@@ -699,7 +700,7 @@ describe('Spec Types', () => {
699700
it('should define some expected types', () => {
700701
expect(specTypes).toContain('JSONRPCNotification');
701702
expect(specTypes).toContain('ElicitResult');
702-
expect(specTypes).toHaveLength(93);
703+
expect(specTypes).toHaveLength(94);
703704
});
704705

705706
it('should have up to date list of missing sdk types', () => {

0 commit comments

Comments
 (0)