Skip to content

Commit e125916

Browse files
Fix chrome prompt
1 parent b536adf commit e125916

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

prompts/chrome.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ tools:
1212
type: string
1313
description: The message to send to websocat on stdin.
1414
websocat_args:
15-
type: string
15+
type: array
16+
items:
17+
type: string
1618
description: The arguments to pass to websocat.
1719
required:
1820
- url
@@ -21,9 +23,10 @@ tools:
2123
container:
2224
image: vonwig/websocat:latest
2325
stdin:
24-
content: {{message|safe}}
26+
content: "{{message|safe}}"
2527
command:
26-
- "{{websocat_args|safe}} {{url|safe}}"
28+
- "{{websocat_args|into}}"
29+
- "{{url|safe}}"
2730
- name: curl
2831
description: Run a curl command.
2932
parameters:
@@ -71,4 +74,4 @@ For more complex tasks, use websocat to send and receive messages to the browser
7174

7275
# prompt user
7376

74-
Can you tell me the url to the docker.com logo?
77+
Can you tell me the url to the docker.com logo?

prompts/examples/mcp-memory.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,3 @@ tools:
175175
- "{{raw|safe}}"
176176
---
177177

178-
# prompt
179-
180-
Search for nodes that contain the term docker

0 commit comments

Comments
 (0)