fix pnpm play for cursor with MCP access

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