Skip to content

Remove prompt example from MCP primer. #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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