Setup Local Dev Environment
sdd_setup_local_envDetects the project tech stack and generates a Docker-based local development environment with auto-detected sidecar services, outputting routing instructions for Docker MCP to create and manage containers.
Instructions
Detects the project tech stack (codebase manifests, falling back to DESIGN.md) and generates a Docker-based local development environment (Dockerfile + docker-compose.yml with auto-detected sidecar services). Returns a payload with routing_instructions for Docker MCP to create and manage containers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Primary application port to expose. | |
| services | No | Additional services to include (e.g., 'postgres', 'redis', 'rabbitmq'). Auto-detected from DESIGN.md if omitted. | |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |