fix: update get_me reason arg description

This commit is contained in:
Toby Padilla
2025-05-15 16:39:51 -06:00
committed by Sam Morrow
parent 7aced2b0a1
commit 22d080beec
+1 -1
View File
@@ -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) {