Revert "Add OpenClaw client configurator and transport-aware setup"#901
Revert "Add OpenClaw client configurator and transport-aware setup"#901Scriptwonder merged 1 commit intomainfrom
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideReverts 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
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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
OpenClawConfiguratorimplementation and its Unity.metafile. - 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.
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:
Documentation: