Skip to content

Commit 6aecf64

Browse files
committed
Fix unused import
1 parent 0a9852a commit 6aecf64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mcp/tools/core/list_projects.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { z } from "zod";
22
import { tool } from "../../tool.js";
33
import { toContent } from "../../util.js";
44
import { getFirebaseProjectPage } from "../../../management/projects.js";
5-
import { FirebaseProjectMetadata } from "../../../types/project/index.d.js";
65

76
const PROJECT_LIST_PAGE_SIZE = 20;
87

0 commit comments

Comments
 (0)