We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f48c12 commit c1498caCopy full SHA for c1498ca
prompts/examples/git.md
@@ -1,22 +1,7 @@
1
-<!--
2
---
3
tools:
4
- - name: append
5
- parameters:
6
- type: object
7
- properties:
8
- file:
9
- type: string
10
- description: the file to append to
11
- message:
12
13
- description: special message
14
- container:
15
- image: vonwig/bash_alpine
16
- command:
17
- - "-c"
18
- - "echo \"{{message}}\" >> {{file}}"
19
- name: git
+ description: execute something with git
20
parameters:
21
type: object
22
properties:
@@ -33,13 +18,8 @@ tools:
33
command:
34
- --no-pager
35
- "{{args|into}}"
36
- - name: gh
37
38
- env:
39
- GITHUB_TOKEN: "{{pat}}"
40
workdir: /thread/docker-test
41
42
--->
43
23
44
24
# Background
45
25
prompts/mcp/git.md
0 commit comments