File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
docs/toolhive/reference/cli Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments