Skip to content

Replace hypothetical example with real arxiv-mcp-server workflow#474

Merged
jerm-dro merged 3 commits into
mainfrom
jerm/2026-01-28-fix-367
Jan 28, 2026
Merged

Replace hypothetical example with real arxiv-mcp-server workflow#474
jerm-dro merged 3 commits into
mainfrom
jerm/2026-01-28-fix-367

Conversation

@jerm-dro
Copy link
Copy Markdown
Contributor

Description

Replace the hypothetical llm.summarize example in composite tools documentation with a working arxiv-mcp-server example that users can actually deploy and test. Add documentation for template functions (fromJson, json, quote, index) and explain how to handle both structured content and JSON text responses from MCP servers.

Fixes #367

I manually validated I can run this demo locally with the latest vMCP bits.

Type of change

  • New documentation
  • Documentation update

Related issues/PRs

Fixes #367

Screenshots

Screenshot 2026-01-28 at 10 36 22 AM Screenshot 2026-01-28 at 10 35 27 AM

Submitter checklist

Content and formatting

  • I have reviewed the content for technical accuracy
  • I have reviewed the content for spelling, grammar, and style

Reviewer checklist

Content

  • I have reviewed the content for technical accuracy
  • I have reviewed the content for spelling, grammar, and style

Replace the hypothetical llm.summarize example in composite tools
documentation with a working arxiv-mcp-server example that users can
actually deploy and test. Add documentation for template functions
(fromJson, json, quote, index) and explain how to handle both
structured content and JSON text responses from MCP servers.

Fixes #367
Copilot AI review requested due to automatic review settings January 28, 2026 18:37
@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs-website Ready Ready Preview, Comment Jan 28, 2026 6:52pm

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request replaces the hypothetical llm.summarize example in the composite tools documentation with a working example using the arxiv-mcp-server. The change addresses issue #367 by providing users with a real, deployable example instead of a non-functional placeholder.

Changes:

  • Replaced the fetch-and-summarize example with a research_topic workflow that searches arXiv papers, downloads, and reads them
  • Added comprehensive documentation for template functions (fromJson, json, quote, index)
  • Included guidance on handling both structured content and JSON text responses from MCP servers

Comment thread docs/toolhive/guides-vmcp/composite-tools.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Collaborator

@danbarr danbarr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one, thanks!

@jerm-dro jerm-dro merged commit 49d01f9 into main Jan 28, 2026
4 of 6 checks passed
@jerm-dro jerm-dro deleted the jerm/2026-01-28-fix-367 branch January 28, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Replace fake llm.summarize tool with real example in composite tools docs

3 participants