We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a76904 commit 0a9852aCopy full SHA for 0a9852a
src/mcp/tools/core/list_projects.ts
@@ -16,10 +16,7 @@ export const list_projects = tool(
16
.min(1)
17
.default(PROJECT_LIST_PAGE_SIZE)
18
.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"),
+ page_token: z.string().optional().describe("the page token to start listing from"),
23
}),
24
annotations: {
25
title: "List Firebase Projects",
0 commit comments