Skip to content

v3.1.5

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:37
97da964

Docker images are published to Docker Hub and GHCR under the release tag, the unprefixed semantic-version tag, and optionally .

Docker platforms are built in parallel and published as a multi-arch manifest:

linux/amd64
linux/arm64

All-in-one executable downloads are attached for:

linux-x86_64
linux-aarch64
macos-x86_64
macos-aarch64
windows-x86_64

Start without Docker:

./local-shell-mcp --mode mcp

Then open http://127.0.0.1:8765/ui, or launch the embedded native TUI through:

./local-shell-mcp tui

VS Code extension download:

local-shell-mcp-vscode-3.1.5.vsix

Python package artifacts, executable archives, and the VS Code extension are attached below.

Python package version in pyproject.toml: 3.1.5

What's Changed

Full Changelog: v3.1.4...v3.1.5