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 0a9852a commit 6aecf64Copy full SHA for 6aecf64
src/mcp/tools/core/list_projects.ts
@@ -2,7 +2,6 @@ import { z } from "zod";
2
import { tool } from "../../tool.js";
3
import { toContent } from "../../util.js";
4
import { getFirebaseProjectPage } from "../../../management/projects.js";
5
-import { FirebaseProjectMetadata } from "../../../types/project/index.d.js";
6
7
const PROJECT_LIST_PAGE_SIZE = 20;
8
0 commit comments