Skip to content

Commit 2d87ce9

Browse files
committed
It's spelled GitHub
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 1a9af75 commit 2d87ce9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These are more advanced examples, most of them involve some sort of MCP server t
3232
| [bio.yaml](bio.yaml) | Biography generation from internet searches | | | | | | [duckduckgo](https://hub.docker.com/mcp/server/duckduckgo/overview), [fetch](https://hub.docker.com/mcp/server/fetch/overview) | |
3333
| [airbnb.yaml](airbnb.yaml) | Airbnb search specialist | | | | | | `@openbnb/mcp-server-airbnb` | |
3434
| [github_issue_manager.yaml](github_issue_manager.yaml) | GitHub Issue Manager | | | | | | [github-official](https://hub.docker.com/mcp/server/github-official/overview) | |
35-
| [github.yaml](github.yaml) | Github assistance using MCP tools | | | | | | [github-official](https://hub.docker.com/mcp/server/github-official/overview) | |
35+
| [github.yaml](github.yaml) | GitHub assistance using MCP tools | | | | | | [github-official](https://hub.docker.com/mcp/server/github-official/overview) | |
3636
| [review.yaml](review.yaml) | Dockerfile review specialist || | | | | | |
3737
| [code.yaml](code.yaml) | Code analysis and development assistant |||| | | | |
3838
| [go_packages.yml](go_packages.yml) | Golang packages expert | | | | | | | |

examples/github.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version: "1"
44
agents:
55
root:
66
model: claude
7-
description: "Github Agent - Help with Github using MCP tools"
7+
description: "GitHub Agent - Help with GitHub using MCP tools"
88
instruction: |
9-
You are a helpful assistant that can help with all things Github by leveraging Github MCP tools
9+
You are a helpful assistant that can help with all things GitHub by leveraging GitHub MCP tools
1010
toolsets:
1111
- type: mcp
1212
ref: docker:github-official

examples/script_shell.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ agents:
2424

2525
github_user_repos:
2626
cmd: "curl -s https://api.github.com/users/$username/repos | jq '.[].name'"
27-
description: "List Github repositories of the provided user"
27+
description: "List GitHub repositories of the provided user"
2828
args:
2929
username:
30-
description: "Github username to get the repository list for"
30+
description: "GitHub username to get the repository list for"
3131
type: "string"
3232

3333
models:

0 commit comments

Comments
 (0)