Skip to content

Commit 6bc6d5e

Browse files
Update names
1 parent 35cbaf3 commit 6bc6d5e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

prompts/examples/hello_world.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2+
name: hello-docker
23
tools:
3-
- name: hello-world
4+
- name: hello-docker
45
description: print a secret message
56
container:
67
image: busybox:latest

runbook.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,21 @@ docker run --rm \
281281

282282
```
283283

284+
## dump current mcp server logs
285+
284286
```sh
285287
docker run --rm \
286288
-v docker-prompts:/prompts:ro \
287289
busybox:latest \
288290
/bin/sh -c "cat prompts/docker-mcp-server.out"
289291
```
292+
293+
## tail current mcp server logs
294+
295+
```sh
296+
docker run --rm \
297+
-v docker-prompts:/prompts:ro \
298+
busybox:latest \
299+
/bin/sh -c "tail -f prompts/docker-mcp-server.out"
300+
```
301+

0 commit comments

Comments
 (0)