Skip to content

v1.4.1: MCP-to-Ralph E2E Integration

Choose a tag to compare

@rileyseaburg rileyseaburg released this 25 Jan 02:29
· 308 commits to main since this release

Features

  • 6 new MCP tools for Ralph integration (29 total tools)

    • ralph_create_run: Create autonomous development runs
    • ralph_get_run: Monitor run status and results
    • ralph_list_runs: List runs by codebase
    • ralph_cancel_run: Cancel running executions
    • prd_chat: AI-assisted PRD generation
    • prd_list_sessions: List PRD chat sessions
  • E2E validated pipeline: MCP → Ralph → Worker → Success

  • PRD stored in PostgreSQL as JSONB

  • codebase_id required 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.1

Or install from source:

git clone https://github.com/rileyseaburg/codetether.git
cd codetether && pip install -e .