Compare commits

...

1 Commits

Author SHA1 Message Date
David Blass 36b006108b tweak mcp prompt 2025-11-05 16:03:47 -05:00
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -25,9 +25,8 @@ export type Agent = {
run: (config: AgentConfig) => Promise<AgentResult>; run: (config: AgentConfig) => Promise<AgentResult>;
}; };
export const instructions = `- use the ${ghPullfrogMcpName} MCP server to interact with github export const instructions = `- inspect ${ghPullfrogMcpName} MCP server to determine what tools are available
- if ${ghPullfrogMcpName} is not available or doesn't include the functionality you need, describe why and bail - do not under any circumstances use the github cli (\`gh\`). find the corresponding tool from ${ghPullfrogMcpName} instead.
- 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, - 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 also respond to the original comment with a very brief message containing a link to it
- mode selection: choose the appropriate mode based on the prompt payload: - mode selection: choose the appropriate mode based on the prompt payload:
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@pullfrog/action", "name": "@pullfrog/action",
"version": "0.0.71", "version": "0.0.72",
"type": "module", "type": "module",
"files": [ "files": [
"index.js", "index.js",