Make MCP the default path and demote CLI to optional in skills - #29
Open
jeffrey-ng wants to merge 1 commit into
Open
Make MCP the default path and demote CLI to optional in skills#29jeffrey-ng wants to merge 1 commit into
jeffrey-ng wants to merge 1 commit into
Conversation
Commit #22 framed the CLI as preferred and MCP as a degraded "fallback (only if CLI confirmed unavailable)", and told agents to run `command -v unblocked` each session. In MCP-only environments (e.g. the desktop app) this primes the agent to announce "CLI is not installed, so I'm using the MCP fallback" — noisy and misleading since context_research works fine there. Rebalance every skill's "How to Invoke" so the context_research / context_get_urls call reads as the normal first-class path, with the CLI presented as an optional enhancement for source-scoped search or exhaustive enumeration when it happens to be installed. Remove the command -v unblocked probing and the alarmist "MCP surface tells you nothing" framing from unblocked-tools-guide. Keeps the genuine facts intact: fine-grained tools are CLI-only, and context_query_* enumerates while context_research only ranks.
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.
Summary
context_research/context_get_urls(MCP) call reads as the normal first-class path, with the CLI demoted to an optional enhancement — reversing commit Make Unblocked CLI availability unmissable in skills #22's "CLI preferred / MCP fallback" framing that made agents announce "CLI is not installed, using the MCP fallback" in MCP-only environments like the desktop app.command -v unblockedper-session probing and the alarmist "MCP surface tells you nothing" / "single most common failure mode" framing fromunblocked-tools-guide; replace with calmer "What's Available Where" + "Default to MCP" guidance.context_search_*/context_query_*tools remain CLI-only, and the query skills keep the ranked-vs-exhaustive caveat so ranked results aren't passed off as complete.