Skip to content

Commit 9aa5576

Browse files
committed
Remove commented out tool definition
1 parent 0ffc274 commit 9aa5576

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pkg/github/workflow_prompts.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ import (
1010

1111
// IssueToFixWorkflowPrompt provides a guided workflow for creating an issue and then generating a PR to fix it
1212
func IssueToFixWorkflowPrompt(t translations.TranslationHelperFunc) (tool mcp.Prompt, handler mcp.PromptHandler) {
13-
// return mcp.NewPrompt("IssueToFixWorkflow",
14-
// mcp.WithPromptDescription(t("PROMPT_ISSUE_TO_FIX_WORKFLOW_DESCRIPTION", "Create an issue for a problem and then generate a pull request to fix it")),
15-
// mcp.WithArgument("owner", mcp.ArgumentDescription("Repository owner"), mcp.RequiredArgument()),
16-
// mcp.WithArgument("repo", mcp.ArgumentDescription("Repository name"), mcp.RequiredArgument()),
17-
// mcp.WithArgument("title", mcp.ArgumentDescription("Issue title"), mcp.RequiredArgument()),
18-
// mcp.WithArgument("description", mcp.ArgumentDescription("Issue description"), mcp.RequiredArgument()),
19-
// mcp.WithArgument("labels", mcp.ArgumentDescription("Comma-separated list of labels to apply (optional)")),
20-
// mcp.WithArgument("assignees", mcp.ArgumentDescription("Comma-separated list of assignees (optional)")),
2113
return mcp.Prompt{
2214
Name: "issue_to_fix_workflow",
2315
Description: t("PROMPT_ISSUE_TO_FIX_WORKFLOW_DESCRIPTION", "Create an issue for a problem and then generate a pull request to fix it"),

0 commit comments

Comments
 (0)