Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb2901e1

Browse files
tonytrgSamMorrowDrums
authored andcommitted
changing desc symbols
1 parent1528473 commitb2901e1

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)

[8]ページ先頭

©2009-2025 Movatter.jp