From 8aad43d93df76334d188f430f0ad4d922980d7f6 Mon Sep 17 00:00:00 2001 From: Michelangelo Mori <328978+blkt@users.noreply.github.com> Date: Wed, 4 Jun 2025 09:17:42 +0200 Subject: [PATCH] Remove prompt example from MCP primer. I'm not sure it really looks that way, it might be misleading. I suggest removing the section. --- docs/toolhive/concepts/mcp-primer.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/toolhive/concepts/mcp-primer.md b/docs/toolhive/concepts/mcp-primer.md index 4f7558e..9be9bf2 100644 --- a/docs/toolhive/concepts/mcp-primer.md +++ b/docs/toolhive/concepts/mcp-primer.md @@ -50,19 +50,6 @@ models to emit and parse.** Every MCP response carries both _content_ and a lightweight _provenance_ object (source, timestamp, hash). Models can decide to retry, ignore, or cite. -## How it looks in practice - -```text -# Model prompt -"Refactor the payment handler. Use latest code from -mcp://github?repo=acme/payments&path=handlers/payment.js -and consult docs at -mcp://web?url=https://stripe.com/docs/payments/checkout" -``` - -Your client library intercepts those mcp:// URIs, fetches the artifacts, and -splices them back into the model's context window—typically under 100ms. - ## The emergence of open community A community has sprung up around the MCP protocol incredibly quickly.