Skip to content

Commit 8084335

Browse files
committed
Remove commented out tool
1 parent d69b616 commit 8084335

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pkg/github/context_tools.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,6 @@ type OrganizationTeams struct {
105105
}
106106

107107
func GetTeams(getClient GetClientFn, getGQLClient GetGQLClientFn, t translations.TranslationHelperFunc) (mcp.Tool, mcp.ToolHandlerFor[map[string]any, any]) {
108-
// return mcp.NewTool("get_teams",
109-
// mcp.WithDescription(t("TOOL_GET_TEAMS_DESCRIPTION", "Get details of the teams the user is a member of. Limited to organizations accessible with current credentials")),
110-
// mcp.WithString("user",
111-
// mcp.Description(t("TOOL_GET_TEAMS_USER_DESCRIPTION", "Username to get teams for. If not provided, uses the authenticated user.")),
112-
// ),
113-
// mcp.WithToolAnnotation(mcp.ToolAnnotation{
114-
// Title: t("TOOL_GET_TEAMS_TITLE", "Get teams"),
115-
// ReadOnlyHint: ToBoolPtr(true),
116-
// }),
117-
// ),
118108
return mcp.Tool{
119109
Name: "get_teams",
120110
Description: t("TOOL_GET_TEAMS_DESCRIPTION", "Get details of the teams the user is a member of. Limited to organizations accessible with current credentials"),

0 commit comments

Comments
 (0)