File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed
Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -676,30 +676,32 @@ components:
676676 runner.RemoteAuthConfig :
677677 description : RemoteAuthConfig contains OAuth configuration for remote MCP servers
678678 properties :
679- authorizeURL :
679+ authorize_url :
680680 type : string
681- callbackPort :
681+ callback_port :
682682 type : integer
683- clientID :
683+ client_id :
684684 type : string
685- clientSecret :
685+ client_secret :
686686 type : string
687- clientSecretFile :
687+ client_secret_file :
688688 type : string
689- envVars :
689+ env_vars :
690690 description : Environment variables for the client
691691 items :
692692 $ref : ' #/components/schemas/registry.EnvVar'
693693 type : array
694+ uniqueItems : false
694695 headers :
695696 description : Headers for HTTP requests
696697 items :
697698 $ref : ' #/components/schemas/registry.Header'
698699 type : array
700+ uniqueItems : false
699701 issuer :
700702 description : OAuth endpoint configuration (from registry)
701703 type : string
702- oauthParams :
704+ oauth_params :
703705 additionalProperties :
704706 type : string
705707 description : OAuth parameters for server-specific customization
@@ -708,13 +710,16 @@ components:
708710 items :
709711 type : string
710712 type : array
711- skipBrowser :
713+ uniqueItems : false
714+ skip_browser :
712715 type : boolean
713716 timeout :
714717 example : 5m
715718 type : string
716- tokenURL :
719+ token_url :
717720 type : string
721+ use_pkce :
722+ type : boolean
718723 type : object
719724 runner.RunConfig :
720725 properties :
You can’t perform that action at this time.
0 commit comments