Conversation
A launcher for @logicsrc/openmcp in the same shape as agenticjobs: everything is handed through to upstream, the first run installs it into a private prefix under ~/.local/share/cli-tools/vendor/openmcp so the name exists once on PATH, --self-update and --self-where are ours, and update, uninstall and where are answered here only for the copy we installed, since upstream reads those from the manifest its own curl installer writes. Node 24 is upstream's floor (node:sqlite); below it the command says so, offers the one-line installer that brings its own Node, and tries anyway. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Qh2dieNyPZ4Hx5g3XNJ1Eo
ThreatCrush Security Scan12 finding(s) HIGH/CRITICAL: 4 | MEDIUM: 4 | LOW: 4
Snippets are redacted; ThreatCrush never prints matched credential material. |
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Qh2dieNyPZ4Hx5g3XNJ1Eo
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
openmcpjoinsagenticjobsandcodeburnas a wrapped npm package: a launcher for @logicsrc/openmcp, the OpenMCP catalog client and reference server, pointed at the live catalog at openmcp.logicsrc.com.bin/openmcp.ts+src/openmcp.ts: first run installs into~/.local/share/cli-tools/vendor/openmcp(private prefix, because upstream's bin is also calledopenmcp);--self-update,--self-where;update,uninstall,whereintercepted only for the copy we installed, handed through for one from upstream's installer orOPENMCP_BIN.OPENMCP_BINandOPENMCP_SPEC, same contract as the agenticjobs pair.Checks
vitest run test/openmcp.test.ts test/registry.test.ts: 47 pass.tsc --noEmit: 3 errors, the same 3 already on master (argontv, free-names).XDG_DATA_HOMEpointed at a temp dir: installed 0.2.0 with npm,relayslisted the live catalog,whereanduninstall --yesbehaved.🤖 Generated with Claude Code
https://claude.ai/code/session_01Qh2dieNyPZ4Hx5g3XNJ1Eo