v1.4.1: MCP-to-Ralph E2E Integration
Features
-
6 new MCP tools for Ralph integration (29 total tools)
ralph_create_run: Create autonomous development runsralph_get_run: Monitor run status and resultsralph_list_runs: List runs by codebaseralph_cancel_run: Cancel running executionsprd_chat: AI-assisted PRD generationprd_list_sessions: List PRD chat sessions
-
E2E validated pipeline: MCP → Ralph → Worker → Success
-
PRD stored in PostgreSQL as JSONB
-
codebase_idrequired for worker task pickup
Documentation
- Complete rewrite of
mcp-tools.md - Added MCP Integration section to
ralph.md - Updated CHANGELOG.md with release notes
Installation
pip install codetether==1.4.1Or install from source:
git clone https://github.com/rileyseaburg/codetether.git
cd codetether && pip install -e .