Skip to content

Commit 03c84af

Browse files
Update pkg/github/projects.go
Co-authored-by: JoannaaKL <joannaakl@github.com>
1 parent 25814da commit 03c84af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/projects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828

2929
func ListProjects(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
3030
return mcp.NewTool("list_projects",
31-
mcp.WithDescription(t("TOOL_LIST_PROJECTS_DESCRIPTION", `List Projects for a user or organization `)),
31+
mcp.WithDescription(t("TOOL_LIST_PROJECTS_DESCRIPTION", `List Projects for a user or organization`)),
3232
mcp.WithToolAnnotation(mcp.ToolAnnotation{
3333
Title: t("TOOL_LIST_PROJECTS_USER_TITLE", "List projects"),
3434
ReadOnlyHint: ToBoolPtr(true),

0 commit comments

Comments
 (0)