Skip to content

Release v1.7.0

Choose a tag to compare

@github-actions github-actions released this 04 Jan 09:26

Installation

Using uv (Recommended)

uv tool install mcp-toolkit

Using install script

Linux/macOS:

curl -fsSL https://raw.githubusercontent.com/shibingli/mcp-toolkit/main/scripts/install.sh | bash

Windows (PowerShell):

Invoke-WebRequest -Uri "https://raw.githubusercontent.com/shibingli/mcp-toolkit/main/scripts/install.ps1" -OutFile "install.ps1"
.\install.ps1

Manual Download

Download the appropriate binary for your platform from the assets below.

Full Changelog: v1.6.0...v1.7.0