We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d77c3 commit 0779169Copy full SHA for 0779169
pkg/github/issues.go
@@ -5,7 +5,6 @@ import (
5
"encoding/json"
6
"fmt"
7
"io"
8
- "log"
9
"net/http"
10
"strings"
11
"time"
@@ -20,7 +19,6 @@ import (
20
19
21
// GetIssue creates a tool to get details of a specific issue in a GitHub repository.
22
func GetIssue(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
23
- log.Println("Fetching issue from GitHub:")
24
return mcp.NewTool("get_issue",
25
mcp.WithDescription(t("TOOL_GET_ISSUE_DESCRIPTION", "Get details of a specific issue in a GitHub repository.")),
26
mcp.WithToolAnnotation(mcp.ToolAnnotation{
0 commit comments