Add jev-use to MCP Servers - #512
Open
shitianfang wants to merge 1 commit into
Open
shitianfang wants to merge 1 commit into
shitianfang wants to merge 1 commit into
Conversation
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.
What this adds
One line at the end of the MCP Servers section:
It follows the section's em-dash (
—) separator and theTools:/Install:shape used by the neighbouringAccIntandmcp-interactive-terminalentries. Appended at the end of the section, matching where the most recent entries (Synder Importer MCP,AgentIQ / MoltAd) were added.Disclosure: I am the author of jev-use and am submitting my own project.
Name disambiguation
jev-useis a crowded name, so to be explicit about which project this is:shitianfang/jev-use— published on npm asjev-use.vlad-terin/jev-use, an unrelated repository.examples/jev-usedirectory shipped insidetrycua/cua.About the project
jev-use hands the agent-loop steps needing no text output to Jev, TypeSafe's judgment model.
jev_judgebatches typed bool/choice/score questions about one state into a single call.jev_gateis an opt-in PreToolUse gate that can only deny or ask.writing,open_ended,oversized,unsure,unreachable) returns every other step to the LLM rather than guessing. An unreachable backend escalates instead of allowing, so a command that cannot be judged is never waved through.npx -y jev-use installbench/examples/, and the runs where Jev did worse are published inbench/RESULTS.md.Only
README.mdis touched, one line added.