8000 changing desc symbols · github/github-mcp-server@b2901e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2901e1

Browse files
tonytrgSamMorrowDrums
authored andcommitted
changing desc symbols
1 parent 1528473 commit b2901e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/github/__toolsnaps__/get_file_contents.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "string"
1616
},
1717
"ref": {
18-
"description": "Accepts optional git refs such as `refs/tags/\u003ctag\u003e`, `refs/heads/\u003cbranch\u003e` or `refs/pull/\u003cpr_number\u003e/head`",
18+
"description": "Accepts optional git refs such as `refs/tags/{tag}`, `refs/heads/{branch}` or `refs/pull/{pr_number}/head`",
1919
"type": "string"
2020
},
2121
"repo": {

pkg/github/repositories.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ func GetFileContents(getClient GetClientFn, getRawClient raw.GetRawClientFn, t t
434434
mcp.Description("Path to file/directory (directories must end with a slash '/')"),
435435
),
436436
mcp.WithString("ref",
437-
mcp.Description("Accepts optional git refs such as `refs/tags/<tag>`, `refs/heads/<branch>` or `refs/pull/<pr_number>/head`"),
437+
mcp.Description("Accepts optional git refs such as `refs/tags/{tag}`, `refs/heads/{branch}` or `refs/pull/{pr_number}/head`"),
438438
),
439439
mcp.WithString("sha",
440440
mcp.Description("Accepts optional git sha, if sha is specified it will be used instead of ref"),

0 commit comments

Comments
 (0)
0