Skip to content

Commit 01bdb7e

Browse files
authored
Remove prompt example from MCP primer. (#136)
I'm not sure it really looks that way, it might be misleading. I suggest removing the section.
1 parent de25bbb commit 01bdb7e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/toolhive/concepts/mcp-primer.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,6 @@ models to emit and parse.**
5050
Every MCP response carries both _content_ and a lightweight _provenance_
5151
object (source, timestamp, hash). Models can decide to retry, ignore, or cite.
5252

53-
## How it looks in practice
54-
55-
```text
56-
# Model prompt
57-
"Refactor the payment handler. Use latest code from
58-
mcp://github?repo=acme/payments&path=handlers/payment.js
59-
and consult docs at
60-
mcp://web?url=https://stripe.com/docs/payments/checkout"
61-
```
62-
63-
Your client library intercepts those mcp:// URIs, fetches the artifacts, and
64-
splices them back into the model's context window—typically under 100ms.
65-
6653
## The emergence of open community
6754

6855
A community has sprung up around the MCP protocol incredibly quickly.

0 commit comments

Comments
 (0)