Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/toolhive/reference/cli/thv_serve.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ thv serve [flags]
### Options

```
--experimental-mcp EXPERIMENTAL: Enable embedded MCP server for controlling ToolHive
--experimental-mcp-host string EXPERIMENTAL: Host for the embedded MCP server (default "localhost")
--experimental-mcp-port string EXPERIMENTAL: Port for the embedded MCP server (default "4483")
-h, --help help for serve
--host string Host address to bind the server to (default "127.0.0.1")
--oidc-audience string Expected audience for the token
Expand Down
7 changes: 3 additions & 4 deletions static/api-specs/toolhive-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -976,11 +976,10 @@ components:
type: array
uniqueItems: false
env_vars:
description: Environment variables to set in the container
items:
additionalProperties:
type: string
type: array
uniqueItems: false
description: Environment variables to set in the container
type: object
host:
description: Host to bind to
type: string
Expand Down