@@ -542,6 +542,9 @@ components:
542542 OAuthParams contains additional OAuth parameters to include in the authorization request
543543 These are server-specific parameters like "prompt", "response_mode", etc.
544544 type : object
545+ resource :
546+ description : Resource is the OAuth 2.0 resource indicator (RFC 8707)
547+ type : string
545548 scopes :
546549 description : |-
547550 Scopes are the OAuth scopes to request
@@ -687,7 +690,7 @@ components:
687690 predicate_type :
688691 type : string
689692 type : object
690- runner.RemoteAuthConfig :
693+ remote.Config :
691694 description : RemoteAuthConfig contains OAuth configuration for remote MCP servers
692695 properties :
693696 authorize_url :
@@ -720,6 +723,9 @@ components:
720723 type : string
721724 description : OAuth parameters for server-specific customization
722725 type : object
726+ resource :
727+ description : Resource is the OAuth 2.0 resource indicator (RFC 8707).
728+ type : string
723729 scopes :
724730 items :
725731 type : string
@@ -827,7 +833,7 @@ components:
827833 proxy_mode :
828834 $ref : ' #/components/schemas/types.ProxyMode'
829835 remote_auth_config :
830- $ref : ' #/components/schemas/runner.RemoteAuthConfig '
836+ $ref : ' #/components/schemas/remote.Config '
831837 remote_url :
832838 description : RemoteURL is the URL of the remote MCP server (if running remotely)
833839 type : string
@@ -910,6 +916,7 @@ components:
910916 - WorkloadStatusUnhealthy
911917 - WorkloadStatusRemoving
912918 - WorkloadStatusUnknown
919+ - WorkloadStatusUnauthenticated
913920 secrets.SecretParameter :
914921 properties :
915922 name :
@@ -1460,6 +1467,9 @@ components:
14601467 type : string
14611468 description : Additional OAuth parameters for server-specific customization
14621469 type : object
1470+ resource :
1471+ description : OAuth 2.0 resource indicator (RFC 8707)
1472+ type : string
14631473 scopes :
14641474 description : OAuth scopes to request
14651475 items :
@@ -1650,6 +1660,7 @@ components:
16501660 - WorkloadStatusUnhealthy
16511661 - WorkloadStatusRemoving
16521662 - WorkloadStatusUnknown
1663+ - WorkloadStatusUnauthenticated
16531664 type : object
16541665externalDocs :
16551666 description : " "
0 commit comments