From 13b038a63c7ad3421f9861800d5e8609786d1fe1 Mon Sep 17 00:00:00 2001 From: Toby Padilla Date: Thu, 15 May 2025 16:39:51 -0600 Subject: [PATCH] fix: update `get_me` reason arg description --- pkg/github/context_tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/github/context_tools.go b/pkg/github/context_tools.go index 0e8bcacb..f0d3ad8b 100644 --- a/pkg/github/context_tools.go +++ b/pkg/github/context_tools.go @@ -21,7 +21,7 @@ func GetMe(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mc ReadOnlyHint: toBoolPtr(true), }), mcp.WithString("reason", - mcp.Description("Optional: reason the session was created"), + mcp.Description("Optional: the reason for requesting the user information"), ), ), func(ctx context.Context, _ mcp.CallToolRequest) (*mcp.CallToolResult, error) {