Skip to content

v0.1.0: The Birth of OpenClaw MCP Bridge

Choose a tag to compare

@lucas-jo lucas-jo released this 12 Feb 09:01
· 13 commits to main since this release

Initial public release of OpenClaw MCP Bridge.

Key Features

  • Multi-Transport Support: Both SSE (Server) and Stdio (CLI) transports are available.
  • Local Browser Control: Full MCP tool suite to control your local MacBook browser from remote agents.
  • Local Shell Access: Execute shell commands on your local machine securely via OpenClaw Node.
  • Secure Authentication: Implements OpenClaw's Ed25519 challenge-response signing.
  • Bridge Security: Added for secure remote access over public networks.
  • One-liner Installer: Easy setup via install.sh.

Infrastructure

  • Configured ESLint & Prettier for code consistency.
  • GitHub Actions CI setup for PR verification.
  • Comprehensive documentation in README, SETUP, and RECIPES.