8000 notes · g0t4/mcp-server-commands@fbda857 · GitHub
[go: up one dir, main page]

Skip to content

Commit fbda857

Browse files
committed
notes
1 parent da16508 commit fbda857

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/prompts.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,17 @@ export function registerPrompts(server: Server) {
2222
// llama4 which struggled with old run_script tool (now just stdin on run_command) so it might need some
2323
// special instructions and yeah... I think that's a use case for these prompts
2424
// /prompt llama4 ?
25+
{
26+
name: "examples",
27+
description:
28+
"Novel examples of run_command tool use to nudge models to the possibilities. " +
29+
"Based on assumption that most models understand shell commands/scripts very well.",
30+
},
2531
{
2632
name: "run_command",
2733
description:
28-
"Include command output in the prompt. Instead of a tool call, the user decides what commands are relevant.",
34+
"Include command output in the prompt. " +
35+
"This is effectively a user tool call.",
2936
arguments: [
3037
{
3138
name: "command",

0 commit comments

Comments
 (0)
0