Skip to content

Commit 535ec70

Browse files
authored
Merge pull request #2245 from rumpl/oauth-client-name
Change the oauth client name to docker-agent
2 parents fa167bd + 820a604 commit 535ec70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tools/mcp/oauth_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func RegisterClient(ctx context.Context, authMetadata *AuthorizationServerMetada
108108

109109
reqBody := map[string]any{
110110
"redirect_uris": []string{redirectURI},
111-
"client_name": "cagent",
111+
"client_name": "docker-agent",
112112
"grant_types": []string{"authorization_code"},
113113
"response_types": []string{
114114
"code",

0 commit comments

Comments
 (0)