mcp: back-sync the native server and CLI; run mcp-rs tests in CI; deprecate the Python server#154
Merged
Merged
Conversation
…k the Python server deprecated The native MCP server (mcp-rs/) and the native CLI (cli/) now appear in this repository's sync map, so external contributions to either flow back to the development repo like the rest of the shared tree; both directories already exist on main, which deleteOrphaned requires. CI gains the standalone native MCP test step after the Chromium install, matching the development repo. The legacy Python server's README and agent-setup guide now carry a deprecation notice pointing at mcp-rs, which stays in place until the native tool set reaches full parity. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The first public run of the native MCP suite failed its moving-target actionability test on ubuntu-latest: the stability detector saw identical position samples from a lagging compositor and clicked before the animation ended. The suite holds green on the development repo's runner class, so the job now uses the same one rather than gating public PRs on renderer timing the runner cannot sustain. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Main gained the deflaked hidden-page scroll test whose earlier form was failing this branch's CI, along with the native CLI verb repoint. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
SummarySmall, low-risk PR: adds 🟡 Suggestions (1)
📝 Minor / Style (2)
No critical issues found. LGTM. |
suchintan
added a commit
that referenced
this pull request
Jul 24, 2026
## Summary Completes the back-sync map: `bindings/`, `go/`, `java/`, `csharp/`, `ruby/`, and `php/` now sync from this repo to the development repo, so external contributions to the language bindings flow back like the rest of the shared tree (the same gap #154 closed for `cli/` and `mcp-rs/`). All six directories exist on main — the precondition for `deleteOrphaned` mappings. Sync-map edit applied with explicit maintainer approval. ## Smoke test PyYAML parse: 36 entries, all six new sources present exactly once, no duplicates across the map. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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
Completes the native-MCP promotion (#153) on the public side:
.github/sync.yml): addsmcp-rs/andcli/so external contributions to the native server and CLI flow back to the development repo. Both directories exist on main (required before adding adeleteOrphanedmapping)..github/workflows/test.yml): adds the "Run standalone native MCP tests" step (cargo test --manifest-path mcp-rs/Cargo.toml --locked) after the Chromium install, matching the development repo's workflow.mcp/README.mdandmcp/AGENT_SETUP.mdpointing tomcp-rs/— the Python server stays until the native tool set reaches full parity.Workflow + sync-map edits applied with explicit maintainer approval.
Smoke test
cli/and onemcp-rs/entry withdeleteOrphaned: true; the workflow's step list contains "Run standalone native MCP tests" in position after "Install Chromium".🤖 Generated with Claude Code