mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
10 lines
341 B
Bash
Executable File
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
|