File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ parameter-values:
13
13
14
14
# prompt
15
15
16
- Generate a QR code for the content '{{content}}' and write the output to the file ` /thread/resources/ qrcode.png ` .
16
+ Generate a QR code for the content '{{content}}' and write the output to the file ` /thread/qrcode.png ` .
17
17
If the command fails, read the man page and try again.
18
18
If successful, output the path to the generated image in markdown syntax.
19
19
Original file line number Diff line number Diff line change 33
33
{:image " vonwig/bb:latest"
34
34
:thread-id thread-id
35
35
:command [(json/generate-string
36
- {:directory " /thread/resources " } keyword)
36
+ {:directory " /thread" } keyword)
37
37
(script/read " src/volumes/collect.clj" )]})
38
38
:pty-output
39
39
(json/parse-string keyword))
40
40
(catch Throwable t
41
41
(logger/error t " error collecting mcp resources" )
42
42
{})))
43
43
44
+ (comment
45
+ (script/read " src/volumes/collect.clj" ))
46
+
44
47
(comment
45
48
(->
46
49
(docker/run-container
You can’t perform that action at this time.
0 commit comments