Stdio MCP server registered as a Claude Code --channels source. Receives inbound events from SynthesisAgent.OpenclawPlugin and emits notifications/claude/channel to push them into the running Claude turn loop. Forwards tools/call requests back to OpenClaw for execution. Capability declaration uses experimental.claude/channel — required nesting discovered 2026-05-14 against the official Anthropic discord plugin source.
7 lines
309 B
JSON
7 lines
309 B
JSON
{
|
|
"name": "synthesis-claude",
|
|
"description": "Claude Code channel plugin for SynthesisAgent — bridges OpenClaw events into Claude Code via notifications/claude/channel, and proxies OpenClaw tool calls back to OpenClaw.",
|
|
"version": "0.0.1",
|
|
"keywords": ["openclaw", "channel", "mcp", "synthesis"]
|
|
}
|