Skip to content

Commit 40587aa

Browse files
chore: prettier protocol.ts after #1902 merge fixup
1 parent e07c470 commit 40587aa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/core/src/shared/protocol.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,11 @@ export interface LegacyContextFields {
179179
/** @deprecated Use `ctx.mcpReq.notify` */
180180
sendNotification: (notification: Notification) => Promise<void>;
181181
/** @deprecated Use `ctx.mcpReq.send` */
182-
sendRequest: <T extends StandardSchemaV1>(request: Request, resultSchema: T, options?: RequestOptions) => Promise<StandardSchemaV1.InferOutput<T>>;
182+
sendRequest: <T extends StandardSchemaV1>(
183+
request: Request,
184+
resultSchema: T,
185+
options?: RequestOptions
186+
) => Promise<StandardSchemaV1.InferOutput<T>>;
183187
/** @deprecated Use `ctx.task?.store` */
184188
taskStore?: TaskContext['store'];
185189
/** @deprecated Use `ctx.task?.id` */

0 commit comments

Comments
 (0)