Skip to content

Commit c1498ca

Browse files
Update git tile
1 parent 7f48c12 commit c1498ca

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

prompts/examples/git.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
1-
<!--
21
---
32
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-
type: string
13-
description: special message
14-
container:
15-
image: vonwig/bash_alpine
16-
command:
17-
- "-c"
18-
- "echo \"{{message}}\" >> {{file}}"
193
- name: git
4+
description: execute something with git
205
parameters:
216
type: object
227
properties:
@@ -33,13 +18,8 @@ tools:
3318
command:
3419
- --no-pager
3520
- "{{args|into}}"
36-
- name: gh
37-
container:
38-
env:
39-
GITHUB_TOKEN: "{{pat}}"
4021
workdir: /thread/docker-test
4122
---
42-
-->
4323

4424
# Background
4525

prompts/mcp/git.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)