Commit 3279cbe
feat: add MCP server, headless mode, and OpenClaw skill
- Add proxyclawd-mcp crate: standalone MCP server (rmcp, stdio transport)
that connects to the proxy web API via WebSocket/REST and exposes 5 tools
(list_requests, get_request, send_message, get_conversations,
get_recent_events) and 2 resources (proxy://requests, proxy://status)
- Add --headless flag to run without TUI (requires --web)
- Add openclaw-skill/ with SKILL.md and 4 shell scripts for REST API access
- Set up Cargo workspace with both crates
- Scope CI release builds to -p proxyclawd
- Update README with headless mode, MCP server, and OpenClaw skill docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 687ed8d commit 3279cbe
15 files changed
Lines changed: 1816 additions & 16 deletions
File tree
- .github/workflows
- openclaw-skill
- scripts
- proxyclawd-mcp
- src
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments