Skip to content

Releases: sammcj/mcp-devtools

Release v0.50.0

14 Nov 13:34
2a99c5a

Choose a tag to compare

Changes in this Release

0.50.0 (2025-11-14)

Features

  • new tool - code_rename: uses LSP to rename objects in code (#129) (2a99c5a)

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
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary 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.49.0

13 Nov 22:38
93506d5

Choose a tag to compare

Changes in this Release

0.49.0 (2025-11-13)

Features

  • new tools - UI components (aceternityUI & magicUI), linting (#127) (93506d5)

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
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary 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.48.2

13 Nov 10:22
f91cae8

Choose a tag to compare

Changes in this Release

0.48.2 (2025-11-13)

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
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary 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.48.1

13 Nov 03:47
1dba287

Choose a tag to compare

Changes in this Release

0.48.1 (2025-11-13)

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
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary 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.48.0

13 Nov 03:18
73b23a1

Choose a tag to compare

Changes in this Release

0.48.0 (2025-11-13)

Features

  • token usage estimation benchmark for tools (#122) (73b23a1)

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
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary 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.47.1

12 Nov 20:33

Choose a tag to compare

Changes in this Release

0.47.1 (2025-11-12)

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
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary 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

What's Changed

Full Changelog: v0.44.0...v0.47.1

Release v0.47.0

12 Nov 07:24

Choose a tag to compare

Changes in this Release

0.47.0 (2025-11-12)

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
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary 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.44.4

12 Nov 01:29
d105074

Choose a tag to compare

Changes in this Release

0.44.4 (2025-11-12)

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
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary 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.44.3

12 Nov 00:38
afac6a7

Choose a tag to compare

Changes in this Release

0.44.3 (2025-11-12)

Code Refactoring

  • internet search consistency, update context7 tool (#119) (afac6a7)

Documentation

  • minor docs improvements [skip-ci] (103134a)

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
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary 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.44.2

06 Nov 07:05
ceb559a

Choose a tag to compare

Changes in this Release

0.44.2 (2025-11-06)

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
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary 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