From 820a604738ef13624bb039426ca44e7f7e5afe7b Mon Sep 17 00:00:00 2001 From: Djordje Lukic Date: Wed, 25 Mar 2026 17:26:41 +0100 Subject: [PATCH] Change the oauth client name to docker-agent Signed-off-by: Djordje Lukic --- pkg/tools/mcp/oauth_helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tools/mcp/oauth_helpers.go b/pkg/tools/mcp/oauth_helpers.go index b78ccfefe..588bcbe08 100644 --- a/pkg/tools/mcp/oauth_helpers.go +++ b/pkg/tools/mcp/oauth_helpers.go @@ -108,7 +108,7 @@ func RegisterClient(ctx context.Context, authMetadata *AuthorizationServerMetada reqBody := map[string]any{ "redirect_uris": []string{redirectURI}, - "client_name": "cagent", + "client_name": "docker-agent", "grant_types": []string{"authorization_code"}, "response_types": []string{ "code",