We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6128712 commit 6dc0b14Copy full SHA for 6dc0b14
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