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.
get_me
1 parent 7aced2b commit 22d080bCopy full SHA for 22d080b
pkg/github/context_tools.go
@@ -21,7 +21,7 @@ func GetMe(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mc
21
ReadOnlyHint: toBoolPtr(true),
22
}),
23
mcp.WithString("reason",
24
- mcp.Description("Optional: reason the session was created"),
+ mcp.Description("Optional: the reason for requesting the user information"),
25
),
26
27
func(ctx context.Context, _ mcp.CallToolRequest) (*mcp.CallToolResult, error) {
0 commit comments