Skip to content

Commit ee73824

Browse files
committed
fix: formatting
1 parent 31bc8df commit ee73824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
ListRootsRequestSchema,
2121
ErrorCode,
2222
McpError,
23-
CreateTaskResultSchema
23+
CreateTaskResultSchema,
2424
Tool
2525
} from '../types.js';
2626
import { Transport } from '../shared/transport.js';

src/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import {
4242
ElicitRequestSchema,
4343
CreateTaskResultSchema,
4444
CreateMessageRequestSchema,
45-
CreateMessageResultSchema
45+
CreateMessageResultSchema,
4646
ToolListChangedNotificationSchema,
4747
ToolListChangedOptions,
4848
ToolListChangedOptionsSchema

0 commit comments

Comments
 (0)