Skip to content

v0.2.0

Latest

Choose a tag to compare

@inercia inercia released this 03 Feb 23:21
· 1 commit to main since this release

MCPShell v0.2.0

Download the appropriate binary for your platform below.

Installation

Linux/macOS

# Download and extract
tar -xzf mcpshell_*.tar.gz

# Make executable and move to PATH
chmod +x mcpshell
sudo mv mcpshell /usr/local/bin/

Windows

# Extract the zip file and add to PATH
# Or move mcpshell.exe to a directory in your PATH

Changelog

Features

Bug Fixes

  • ac355ec: fix(deps): update module github.com/mark3labs/mcp-go to v0.43.2 (#32) (@renovate[bot])
  • e7ac171: fix(security): prevent MCP clients from overriding runner options (@inercia)
  • 0616cf6: fix: quote environment variable values in Docker script to handle spaces (@inercia)
  • 63ee594: fix: quote environment variables in Docker runner to handle spaces (@inercia)
  • 38360e9: fix: remove .code-workspace (@inercia)
  • 12cd1b8: fix: remove unused MCPShellAgentConfigEnv constant (@inercia)
  • eee7560: fix: rename ResolveMultipleConfigPath to ResolveMultipleConfigPaths (@inercia)
  • 6930c35: fix: trim command whitespace in Docker script to avoid trailing newline issues (@inercia)
  • 7e46255: fix: use sh instead of bash for Docker Alpine container tests (@inercia)
  • 755e23a: fix: use shell-safe quoting for Docker environment variables (@inercia)

Others

Full Changelog: v0.1.8...v0.2.0


Verify checksums

Download checksums.txt and verify your download:

sha256sum -c checksums.txt