Content-Length: 272277 | pFad | http://github.com/github/github-mcp-server/pull/70/commits/c699e24a8c3d172f9449a5a10038a546ada7ec5f

15 Use Raw repo resources by SamMorrowDrums · Pull Request #70 · github/github-mcp-server · GitHub
Skip to content

Use Raw repo resources #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ensure no error in test write
  • Loading branch information
SamMorrowDrums committed Apr 2, 2025
commit c699e24a8c3d172f9449a5a10038a546ada7ec5f
3 changes: 2 additions & 1 deletion pkg/github/repository_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ func Test_repositoryResourceContentsHandler(t *testing.T) {
http.HandlerFunc(func(w http.ResponseWriter, _ *http.Request) {
w.Header().Set("Content-Type", "image/png")
// as this is given as a png, it will return the content as a blob
w.Write([]byte("# Test Repository\n\nThis is a test repository."))
_, err := w.Write([]byte("# Test Repository\n\nThis is a test repository."))
require.NoError(t, err)
}),
),
),
Expand Down








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/github/github-mcp-server/pull/70/commits/c699e24a8c3d172f9449a5a10038a546ada7ec5f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy