Skip to content

fix: update package references from github-mcp-server to github-mcp-http #5

fix: update package references from github-mcp-server to github-mcp-http

fix: update package references from github-mcp-server to github-mcp-http #5

Triggered via push October 5, 2025 01:04
Status Failure
Total duration 58s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint
issues found
lint: internal/ghmcp/http_server_test.go#L62
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
lint: internal/ghmcp/http_server_test.go#L57
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
lint: internal/ghmcp/http_server_test.go#L40
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
lint: internal/ghmcp/http_server.go#L103
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
lint: internal/ghmcp/http_server.go#L98
G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)