Skip to content

Commit 165d38c

Browse files
committed
fix typo in tool desc
1 parent 3acaaeb commit 165d38c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/github/__toolsnaps__/get_teams.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Get teams",
44
"readOnlyHint": true
55
},
6-
"description": "Get details of the teams the user is a member of. You will only bne able to see teams in organizations you are a member of.",
6+
"description": "Get details of the teams the user is a member of. You will only be able to see teams in organizations you are a member of.",
77
"inputSchema": {
88
"properties": {
99
"user": {

pkg/github/context_tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func GetTeams(getClient GetClientFn, getGQLClient GetGQLClientFn, t translations
106106
}
107107

108108
tool := mcp.NewTool("get_teams",
109-
mcp.WithDescription(t("TOOL_GET_TEAMS_DESCRIPTION", "Get details of the teams the user is a member of. You will only bne able to see teams in organizations you are a member of.")),
109+
mcp.WithDescription(t("TOOL_GET_TEAMS_DESCRIPTION", "Get details of the teams the user is a member of. You will only be able to see teams in organizations you are a member of.")),
110110
mcp.WithString("user",
111111
mcp.Description(t("TOOL_GET_TEAMS_USER_DESCRIPTION", "Username to get teams for. If not provided, uses the authenticated user.")),
112112
),

0 commit comments

Comments
 (0)