Skip to content

Commit 514b20a

Browse files
Update ToolHive reference docs for v0.3.9 (#242)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 76881a4 commit 514b20a

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

static/api-specs/toolhive-api.yaml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)