Skip to content

Commit 92363c6

Browse files
revert changes to deprecated mcp package
1 parent ded70c8 commit 92363c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mcp/src/schemas.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ export const listCommitsResponseSchema = z.array(z.object({
360360
message: z.string(),
361361
refs: z.string(),
362362
body: z.string(),
363-
authorName: z.string(),
364-
authorEmail: z.string(),
363+
author_name: z.string(),
364+
author_email: z.string(),
365365
}));
366366

367367
export const languageModelInfoSchema = z.object({

0 commit comments

Comments
 (0)