diff --git a/pkg/tools/mcp/oauth.go b/pkg/tools/mcp/oauth.go index 24f7ddf7c..ce3b5976b 100644 --- a/pkg/tools/mcp/oauth.go +++ b/pkg/tools/mcp/oauth.go @@ -271,6 +271,7 @@ func registerClient(ctx context.Context, authMetadata *authorizationServerMetada reqBody := map[string]any{ "redirect_uris": []string{redirectURI}, + "client_name": "cagent", "grant_types": []string{"authorization_code"}, "response_types": []string{ "code",