Skip to content

Commit 0a9852a

Browse files
committed
fix lint
1 parent 1a76904 commit 0a9852a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/mcp/tools/core/list_projects.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ export const list_projects = tool(
1616
.min(1)
1717
.default(PROJECT_LIST_PAGE_SIZE)
1818
.describe("the number of projects to list per page (defaults to 1000)"),
19-
page_token: z
20-
.string()
21-
.optional()
22-
.describe("the page token to start listing from"),
19+
page_token: z.string().optional().describe("the page token to start listing from"),
2320
}),
2421
annotations: {
2522
title: "List Firebase Projects",

0 commit comments

Comments
 (0)