docs(readme): install prompt — fetch with curl, disclose the MCP server#68
Merged
Conversation
- "using curl" steers agents away from web-fetch tools, which summarize pages through a small model and drop the command blocks (and some hosts' bot protection 403s them). - The plugin description and the consent line now include the MCP server; models have flagged finding an undisclosed MCP in the plugin contents. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Its role is sign-in/session access for shell-less clients (Claude web and mobile), not capability search — CLI harnesses do everything through the zero CLI. Fixes the prompt, the README ingredient list, and the runbook's plugin-contents inventory, which all claimed search/account-status. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The apex 301s to www; a plain curl without -L gets the redirect stub instead of the doc. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Collaborator
Author
|
Also switched every fetchable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two tweaks to the suggested install prompt from #67, plus an accuracy fix that fell out of them:
zeroCLI. The prompt, the README's "What the plugin does" list, and the runbook's plugin-contents inventory all previously said "capability search and account status", which an agent comparing the doc against the manifest could catch as a mismatch.Docs-only; no version bump needed.
🤖 Generated with Claude Code