Back to Prompt Library
implementation
MCP-Enabled RAG Pipeline Construction
Inspect the original prompt language first, then copy or adapt it once you know how it fits your workflow.
Linked challenge: Agent for Real Time Public Policy Analysis
Format
Text-first
Lines
1
Sections
1
Linked challenge
Agent for Real Time Public Policy Analysis
Prompt source
Original prompt text with formatting preserved for inspection.
1 lines
1 sections
No variables
0 checklist items
Outline the steps to build your MCP-enabled RAG pipeline. Describe how you will ingest the `prior_regulations` into a vector database, and how your DSPy agent will use a custom 'Retrieve' module to query this database. Explain how you'll simulate MCP tool integration to access a broader legal knowledge base if needed.
Adaptation plan
Keep the source stable, then change the prompt in a predictable order so the next run is easier to evaluate.
Keep stable
Hold the task contract and output shape stable so generated implementations remain comparable.
Tune next
Update libraries, interfaces, and environment assumptions to match the stack you actually run.
Verify after
Test failure handling, edge cases, and any code paths that depend on hidden context or secrets.