Add get_check_suite_logs tools

This commit is contained in:
Colin McDonnell
2025-11-19 23:27:24 -08:00
parent fe35e9e274
commit 098df15764
9 changed files with 1630 additions and 1401 deletions
+2
View File
@@ -1,4 +1,5 @@
import { FastMCP } from "fastmcp";
import { GetCheckSuiteLogsTool } from "./checkSuite.ts";
import {
CreateCommentTool,
CreateWorkingCommentTool,
@@ -27,6 +28,7 @@ addTools(server, [
PullRequestTool,
ReviewTool,
PullRequestInfoTool,
GetCheckSuiteLogsTool,
]);
server.start();