Skip to content

Revert "Add OpenClaw client configurator and transport-aware setup"#901

Merged
Scriptwonder merged 1 commit intomainfrom
revert-896-codex/openclaw-support
Mar 9, 2026
Merged

Revert "Add OpenClaw client configurator and transport-aware setup"#901
Scriptwonder merged 1 commit intomainfrom
revert-896-codex/openclaw-support

Conversation

@Scriptwonder
Copy link
Collaborator

@Scriptwonder Scriptwonder commented Mar 9, 2026

Reverts #896

Summary by Sourcery

Remove OpenClaw-specific MCP client support and revert documentation to no longer describe OpenClaw integration, while highlighting Windsurf as a supported client instead.

Enhancements:

  • Delete the OpenClaw client configurator implementation now that OpenClaw-specific integration is no longer supported.

Documentation:

  • Update English and Chinese documentation to remove OpenClaw-specific setup details and examples and reference Windsurf as a representative MCP client instead.

Copilot AI review requested due to automatic review settings March 9, 2026 17:56
@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Mar 9, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Reverts the previously added OpenClaw-specific MCP client support by removing its configurator implementation and updating documentation to no longer reference OpenClaw, while adding Windsurf as an example MCP client where appropriate.

File-Level Changes

Change Details Files
Remove OpenClaw-specific configurator implementation from the Unity MCP editor tooling.
  • Delete the OpenClaw MCP client configurator C# script used for plugin-based configuration.
  • Remove the corresponding Unity .meta asset for the deleted configurator script.
MCPForUnity/Editor/Clients/Configurators/OpenClawConfigurator.cs
MCPForUnity/Editor/Clients/Configurators/OpenClawConfigurator.cs.meta
Update MCP configuration and usage documentation to remove OpenClaw references and behavior details, and to highlight Windsurf instead where relevant.
  • Adjust the MCP client configurators guide to drop OpenClaw from the list of special clients and remove the dedicated OpenClaw section.
  • Edit the MCP for Unity README to replace OpenClaw with Windsurf in client examples and remove OpenClaw-specific plugin/transport instructions.
  • Edit the root README to swap OpenClaw for Windsurf in the list of supported/example MCP clients and simplify connection instructions by removing OpenClaw-specific behavior.
  • Mirror the README changes in the Chinese i18n README, replacing OpenClaw with Windsurf and removing OpenClaw-specific connection details.
docs/guides/MCP_CLIENT_CONFIGURATORS.md
MCPForUnity/README.md
README.md
docs/i18n/README-zh.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@Scriptwonder Scriptwonder merged commit fe6eaab into main Mar 9, 2026
1 of 2 checks passed
@Scriptwonder Scriptwonder deleted the revert-896-codex/openclaw-support branch March 9, 2026 17:56
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 9, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 59346909-8796-42db-97a7-e994d680651f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch revert-896-codex/openclaw-support

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reverts prior work that added OpenClaw as a supported MCP client/configurator, removing the OpenClaw configurator implementation and updating docs to no longer reference OpenClaw.

Changes:

  • Remove the OpenClawConfigurator implementation and its Unity .meta file.
  • Update user-facing documentation to replace OpenClaw references (e.g., prerequisites and connection notes) with Windsurf.
  • Remove OpenClaw-specific guidance from the configurator guide.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/i18n/README-zh.md Removes OpenClaw mention and updates client connection instructions in the Chinese README.
docs/guides/MCP_CLIENT_CONFIGURATORS.md Removes OpenClaw from “special clients” and deletes the OpenClaw section.
README.md Removes OpenClaw from prerequisites and updates connection instructions.
MCPForUnity/README.md Removes OpenClaw references and deletes OpenClaw-specific client configuration notes.
MCPForUnity/Editor/Clients/Configurators/OpenClawConfigurator.cs Deletes the OpenClaw configurator implementation.
MCPForUnity/Editor/Clients/Configurators/OpenClawConfigurator.cs.meta Deletes the Unity meta file for the removed configurator.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants