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 b4e6772 commit db7a180Copy full SHA for db7a180
pkg/github/repository_resource_test.go
@@ -35,7 +35,7 @@ func Test_repositoryResourceContentsHandler(t *testing.T) {
35
expectedDirContent := []mcp.TextResourceContents{
36
{
37
URI: "https://github.com/owner/repo/blob/main/README.md",
38
- MIMEType: "text/markdown; charset=utf-8",
+ MIMEType: "",
39
Text: "README.md",
40
},
41
0 commit comments