(managed bool)
| 336 | } |
| 337 | |
| 338 | func WithManagedOAuth(managed bool) Opt { |
| 339 | return func(r *LocalRuntime) { |
| 340 | r.managedOAuth = managed |
| 341 | } |
| 342 | } |
| 343 | |
| 344 | // WithUnmanagedOAuthRedirectURI configures the redirect_uri the runtime |
| 345 | // advertises when running MCP server OAuth flows in unmanaged mode (i.e. |