Skip to content

Releases: themayursinha/mcp-visor

v2.1.0 (superseded by v1.2.0)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jul 17:51

Superseded by v1.2.0

This release asset set is valid, but the v2.x tag line is not the recommended install path for this repository.

Reason: the Go module path is still:

github.com/themayursinha/mcp-visor

For Go semantic import versioning, go install ...@v2.x.y requires a /v2 module path. To keep the CLI install path simple, MCP Visor is continuing on the v1.x release line until a real /v2 migration is intentionally needed.

Use instead:

go install github.com/themayursinha/mcp-visor/cmd/mcp-visor@v1.2.0

Recommended release:

https://github.com/themayursinha/mcp-visor/releases/tag/v1.2.0

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 18:25

Changelog

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 12:30

Changelog

  • 1f58236 Fix formatting in README links section
  • 18d3531 Update README with enhanced MCP and AI agent details
  • 0cc3495 ci: add weekly supply chain audit workflow
  • cf24223 ci: bump govulncheck to v1.5.0 (fix panic on Go 1.26.4)
  • f18a80c feat: Prometheus and OTLP observability export
  • 50fd58b fix(ci): add golangci-lint v2 config and resolve staticcheck issues
  • 05f6553 fix(ci): bump Go to 1.26.4 and golangci-lint v2.12.2
  • 7052ef3 fix(ci): pin govulncheck v1.1.3 for Go 1.24 compatibility
  • d0c5464 fix(ci): upgrade golangci-lint-action to v7 for lint v2 support
  • 3eb3b39 fix(deps): bump OpenTelemetry to v1.40.0 (GO-2026-4394)
  • 1f6499c fix(docker): digest-pin golang and alpine base images
  • 7955c7f fix(security): SHA-pin actions, add govulncheck, harden gitignore
  • bf70629 fix(security): bump Go to 1.26 for stdlib CVE fixes
  • b1dfc14 fix: allowlist redaction test fixtures for gitleaks
  • 552c7e0 fix: update supply chain govulncheck version
  • af7e654 fix: use existing goreleaser v2 release (~> v2) (#21)
  • dd8377e style: gofmt all files