Skip to content

Add readonly and toolset request handlers #2842

Add readonly and toolset request handlers

Add readonly and toolset request handlers #2842

Triggered via pull request January 23, 2026 12:18
@kerobbikerobbi
synchronize #1858
http-routes
Status Failure
Total duration 42s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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#L146
unused-parameter: parameter 'cfg' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/http/handler.go#L136
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/http/handler.go#L127
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/http/handler.go#L35
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#L30
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)