Skip to content

[WIP] Add HTTP mode. #2851

[WIP] Add HTTP mode.

[WIP] Add HTTP mode. #2851

Triggered via pull request January 23, 2026 15:58
Status Failure
Total duration 44s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint
issues found
lint: pkg/http/middleware/token.go#L27
var errMissingTokenInfoHeader is unused (unused)
lint: pkg/github/server.go#L140
func createFeatureChecker is unused (unused)
lint: pkg/http/server.go#L21
exported: type name will be used as http.HTTPServerConfig by other packages, and that stutters; consider calling this ServerConfig (revive)
lint: pkg/http/handler.go#L150
unused-parameter: parameter 'cfg' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/http/handler.go#L131
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/http/handler.go#L36
exported: type name will be used as http.HTTPMcpHandlerOption by other packages, and that stutters; consider calling this McpHandlerOption (revive)
lint: pkg/http/handler.go#L31
exported: type name will be used as http.HTTPMcpHandlerOptions by other packages, and that stutters; consider calling this McpHandlerOptions (revive)
lint: pkg/http/handler.go#L21
exported: type name will be used as http.HTTPMcpHandler by other packages, and that stutters; consider calling this McpHandler (revive)
lint: pkg/github/server_test.go#L55
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)