add pr and issue creation support

This commit is contained in:
David Blass
2025-10-23 10:24:32 -04:00
parent 9fb6135fd2
commit 0368512b9e
6 changed files with 145 additions and 3 deletions
+2
View File
@@ -3,4 +3,6 @@ import { mcpServerName } from "../mcp/config.ts";
export const instructions = `- use the ${mcpServerName} MCP server to interact with github
- if ${mcpServerName} is not available or doesn't include the functionality you need, describe why and bail
- do not under any circumstances use the gh cli
- if prompted by a comment to respond to create a new issue, pr or anything else, after succeeding,
also respond to the original comment with a very brief message containing a link to it
`;