Skip to content

Commit 6a63ecb

Browse files
Update ToolHive reference docs for v0.2.8 (#121)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 734e98f commit 6a63ecb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/toolhive/reference/cli/thv_serve.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ thv serve [flags]
2424
### Options
2525

2626
```
27+
--experimental-mcp EXPERIMENTAL: Enable embedded MCP server for controlling ToolHive
28+
--experimental-mcp-host string EXPERIMENTAL: Host for the embedded MCP server (default "localhost")
29+
--experimental-mcp-port string EXPERIMENTAL: Port for the embedded MCP server (default "4483")
2730
-h, --help help for serve
2831
--host string Host address to bind the server to (default "127.0.0.1")
2932
--oidc-audience string Expected audience for the token

static/api-specs/toolhive-api.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -976,11 +976,10 @@ components:
976976
type: array
977977
uniqueItems: false
978978
env_vars:
979-
description: Environment variables to set in the container
980-
items:
979+
additionalProperties:
981980
type: string
982-
type: array
983-
uniqueItems: false
981+
description: Environment variables to set in the container
982+
type: object
984983
host:
985984
description: Host to bind to
986985
type: string

0 commit comments

Comments
 (0)