diff --git a/my-fastmcp-app/src/index.ts b/my-fastmcp-app/src/index.ts index 9c0ce2d..14b8011 100644 --- a/my-fastmcp-app/src/index.ts +++ b/my-fastmcp-app/src/index.ts @@ -1,4 +1,4 @@ -import dotenv from 'dotenv'; +import dotenv from "dotenv"; dotenv.config(); import { FastMCP } from "fastmcp"; @@ -32,7 +32,6 @@ server.addTool({ if (!apiKey) { throw new Error("Gemini APIキーが設定されていません"); } - console.log(apiKey); const genAI = new GoogleGenAI({ apiKey }); const modelName = "gemini-1.5-flash"; const response = await genAI.models.generateContent({