We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de88532 + 6dc0b14 commit fce5af9Copy full SHA for fce5af9
1 file changed
pkg/tools/mcp/oauth.go
@@ -271,6 +271,7 @@ func registerClient(ctx context.Context, authMetadata *authorizationServerMetada
271
272
reqBody := map[string]any{
273
"redirect_uris": []string{redirectURI},
274
+ "client_name": "cagent",
275
"grant_types": []string{"authorization_code"},
276
"response_types": []string{
277
"code",
0 commit comments