Skip to content

Releases: sammcj/mcp-devtools

Release v0.32.1

26 Aug 02:09
3c80c07

Choose a tag to compare

Changes in this Release

0.32.1 (2025-08-26)

Installation

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  1. Rename it to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.32.0

26 Aug 02:02
a1b4cd4

Choose a tag to compare

Changes in this Release

0.32.0 (2025-08-26)

Features

  • new tool - terraform documentation (#71) (a1b4cd4)

Installation

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  1. Rename it to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.31.0

24 Aug 10:27

Choose a tag to compare

Changes in this Release

0.31.0 (2025-08-24)

Features

Installation

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  1. Rename it to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.30.0

22 Aug 01:47
308ab32

Choose a tag to compare

Changes in this Release

0.30.0 (2025-08-22)

Features

Installation

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  1. Rename it to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.29.3

22 Aug 00:18
5acca46

Choose a tag to compare

Changes in this Release

0.29.3 (2025-08-21)

Bug Fixes

  • disable sbom and vuln scanning tool in normal builds (#67) (5acca46)

Installation

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  1. Rename it to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.29.2

21 Aug 06:30

Choose a tag to compare

Changes in this Release

0.29.2 (2025-08-21)

Bug Fixes

  • gemini-agent model override tool name (9cbe114)

Installation

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  1. Rename it to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.29.1

21 Aug 00:21
ac36799

Choose a tag to compare

Changes in this Release

0.29.1 (2025-08-21)

Bug Fixes

  • packageversions: Address P0 & P1 recommendations from previous PR (#64) (ac36799)

Installation

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  1. Rename it to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.29.0

20 Aug 22:52
09d1926

Choose a tag to compare

Changes in this Release

0.29.0 (2025-08-20)

Features

Installation

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  1. Rename it to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.28.0

20 Aug 03:57
881c977

Choose a tag to compare

Changes in this Release

0.28.0 (2025-08-20)

Features

  • packageversion: Add support for rust packages (#62) (881c977)

Installation

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  1. Rename it to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.27.3

19 Aug 08:07
d2f5a58

Choose a tag to compare

Changes in this Release

0.27.3 (2025-08-19)

Installation

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  1. Rename it to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools