This commit is contained in:
Shawn Morreau
2025-11-20 14:55:49 -05:00
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
import { configure } from "arktype/config";
configure({
toJsonSchema: {
dialect: null,
},
});
+2 -1
View File
@@ -1,3 +1,5 @@
import "./arkConfig.ts";
// this must be imported first
import { FastMCP } from "fastmcp";
import { ghPullfrogMcpName } from "../external.ts";
import { GetCheckSuiteLogsTool } from "./checkSuite.ts";
@@ -27,7 +29,6 @@ addTools(server, [
CreateWorkingCommentTool,
UpdateWorkingCommentTool,
IssueTool,
// ListFilesTool,
PullRequestTool,
ReviewTool,
PullRequestInfoTool,