Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Remove prompt example from MCP primer. #136

Merged
merged 1 commit into from
Jun 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions docs/toolhive/concepts/mcp-primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading