diff --git a/docs/toolhive/guides-vmcp/composite-tools.mdx b/docs/toolhive/guides-vmcp/composite-tools.mdx index 48b59310..77bfb2ab 100644 --- a/docs/toolhive/guides-vmcp/composite-tools.mdx +++ b/docs/toolhive/guides-vmcp/composite-tools.mdx @@ -258,11 +258,11 @@ spec: - url steps: - id: fetch_content - tool: fetch.fetch_url + tool: fetch.fetch arguments: url: '{{.params.url}}' - id: summarize - tool: llm.summarize + tool: llm.summarize # Hypothetical backend - replace with your actual LLM server arguments: text: '{{.steps.fetch_content.output.content}}' dependsOn: [fetch_content]