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 25814da commit 03c84afCopy full SHA for 03c84af
pkg/github/projects.go
@@ -28,7 +28,7 @@ const (
28
29
func ListProjects(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
30
return mcp.NewTool("list_projects",
31
- mcp.WithDescription(t("TOOL_LIST_PROJECTS_DESCRIPTION", `List Projects for a user or organization `)),
+ mcp.WithDescription(t("TOOL_LIST_PROJECTS_DESCRIPTION", `List Projects for a user or organization`)),
32
mcp.WithToolAnnotation(mcp.ToolAnnotation{
33
Title: t("TOOL_LIST_PROJECTS_USER_TITLE", "List projects"),
34
ReadOnlyHint: ToBoolPtr(true),
0 commit comments