From 36b006108b72c389b56e9f81b077c21e06c99ad3 Mon Sep 17 00:00:00 2001 From: David Blass Date: Wed, 5 Nov 2025 16:03:47 -0500 Subject: [PATCH] tweak mcp prompt --- agents/shared.ts | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/agents/shared.ts b/agents/shared.ts index fbb2ddd..e6fe5e4 100644 --- a/agents/shared.ts +++ b/agents/shared.ts @@ -25,9 +25,8 @@ export type Agent = { run: (config: AgentConfig) => Promise; }; -export const instructions = `- use the ${ghPullfrogMcpName} MCP server to interact with github -- if ${ghPullfrogMcpName} is not available or doesn't include the functionality you need, describe why and bail -- do not under any circumstances use the gh cli +export const instructions = `- inspect ${ghPullfrogMcpName} MCP server to determine what tools are available +- do not under any circumstances use the github cli (\`gh\`). find the corresponding tool from ${ghPullfrogMcpName} instead. - 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 - mode selection: choose the appropriate mode based on the prompt payload: diff --git a/package.json b/package.json index 189d19a..016e7bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/action", - "version": "0.0.71", + "version": "0.0.72", "type": "module", "files": [ "index.js",