This commit is contained in:
Shawn Morreau
2025-11-18 19:02:47 -05:00
parent fc1b035f5d
commit c72d44382f
3 changed files with 2 additions and 24 deletions
+1 -4
View File
@@ -11,10 +11,7 @@ import { IssueTool } from "./issue.ts";
import { PullRequestTool } from "./pr.ts";
import { PullRequestInfoTool } from "./prInfo.ts";
import { ReviewTool } from "./review.ts";
import { addTools, initLogFile } from "./shared.ts";
// Initialize log file when server starts
initLogFile();
import { addTools } from "./shared.ts";
const server = new FastMCP({
name: "gh-pullfrog",