chore(scripts): preserve 2026-07 MCP catalog sweep tooling + probe ledger - #315
Merged
Conversation
| } | ||
| init = json.dumps({"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"probe","version":"1.0"}}}) | ||
|
|
||
| def run(name, mode, url): |
|
|
||
| const isPng = (b) => b.length > 8 && b[0] === 0x89 && b[1] === 0x50; | ||
| const isIco = (b) => b.length > 4 && b[0] === 0 && b[1] === 0 && b[2] === 1; | ||
| const isSvg = (b) => b.slice(0, 300).toString("latin1").toLowerCase().includes("<svg"); |
| node generate.mjs # reads deep/*.json, writes gen-*.txt fragments | ||
| ``` | ||
|
|
||
| Methodology is also documented in the batch-3 header of |
Contributor
There was a problem hiding this comment.
This reproduction step fails from a fresh checkout because generate.mjs calls readdirSync("deep"), but the PR does not add deep/ or document how to create the JSON files it expects. Could you either commit those probe outputs or add the exact loop/command that populates deep/*.json before running the generator?
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
Preserves the research working set from the native MCP catalog batch-3 sweep (#310, PR #313) in-tree under
scripts/mcp-probe/, so batch 4 doesn't start from scratch. This was previously only in a sandbox/tmp(gists aren't available to the bot integration).Contents
probe.sh/probe2.shinitialize→/.well-known/oauth-protected-resource(path-aware, then origin root) → auth-server metadata → DCR checkdriver-shallow.py/driver-deep.pygenerate.mjsmcp-providers.tscatalog entries and Rust allowlist tuples from deep-probe JSON + curated metadata — the expensive-to-recreate piecefetch-art.mjsprobe-results-2026-07-18.tsvREADME.mdNotes
Refs #310