Files
kit/examples/scripts/example-script.sh
T
2025-06-24 17:44:26 +03:00

10 lines
341 B
Bash
Executable File

#!/usr/bin/env -S mcphost script
# This script uses the container-use MCP server from https://github.com/dagger/container-use
mcpServers:
container-use:
command: cu
args:
- "stdio"
prompt: |
Create 2 variations of a simple hello world app using Flask and FastAPI. each in their own environment. Give me the URL of each app