refactor mcp and add instructions prefix

This commit is contained in:
David Blass
2025-10-17 22:26:24 -04:00
parent 7f1566d9c2
commit c668578c6f
12 changed files with 91 additions and 96 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { CommentTool } from "./comment.ts";
import { addTools } from "./shared.ts";
const server = new FastMCP({
name: "Minimal GitHub Issue Comment Server",
name: "gh-pullfrog",
version: "0.0.1",
});