Skip to content

Merge pull request #70 from djoreilly/fix-accept-header #110

Merge pull request #70 from djoreilly/fix-accept-header

Merge pull request #70 from djoreilly/fix-accept-header #110

Triggered via push November 15, 2025 02:35
Status Failure
Total duration 43s
Artifacts

go-lint.yml

on: push
Run golangci-lint
36s
Run golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Run golangci-lint
issues found
Run golangci-lint: cmd/mcptools/commands/utils.go#L49
empty-block: this block is empty, you can remove it (revive)
Run golangci-lint: cmd/mcptools/commands/test_helpers.go#L58
var-naming: method GetSessionId should be GetSessionID (revive)
Run golangci-lint: cmd/mcptools/transport_test.go#L60
File is not properly formatted (gofmt)
Run golangci-lint: cmd/mcptools/commands/utils.go#L36
File is not properly formatted (gofmt)
Run golangci-lint: cmd/mcptools/commands/root.go#L12
File is not properly formatted (gofmt)
Run golangci-lint: cmd/mcptools/commands/call.go#L15
cyclomatic complexity 36 of func `CallCmd` is high (> 30) (gocyclo)
Run golangci-lint: cmd/mcptools/commands/new.go#L130
ifElseChain: rewrite if-else to switch statement (gocritic)