# DagPipe

Creates robust workflows directly from natural language instructions. Streamlines the development of crash-proof data pipelines by automating complex configuration tasks. Empowers users to build reli…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add gastronomic-desk/dagpipe-generator

# Browse available tools
npx -y @smithery/cli@latest tool list gastronomic-desk/dagpipe-generator

# Get full schema for a tool
npx -y @smithery/cli@latest tool get gastronomic-desk/dagpipe-generator generate_pipeline

# Call a tool
npx -y @smithery/cli@latest tool call gastronomic-desk/dagpipe-generator generate_pipeline '{}'
```

## Direct MCP Connection

Endpoint: `https://dagpipe-generator--gastronomic-desk.run.tools`

**Required config:**
- `groqApiKey` (query) — Your free Groq API key from console.groq.com/keys

## Tools (1)

- `generate_pipeline` — Generate a complete crash-proof DagPipe workflow from plain English.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get gastronomic-desk/dagpipe-generator <tool-name>
```

## Prompts (1)

- `generate-pipeline-example` — Example prompt showing how to generate a crash-proof DagPipe pipeline from plain English.
