Release v0.3.5
What's Changed
- deps: bump tempfile from 3.25.0 to 3.26.0 by @dependabot[bot] in #60
- deps: bump chrono from 0.4.43 to 0.4.44 by @dependabot[bot] in #61
- deps: bump tokio from 1.49.0 to 1.50.0 by @dependabot[bot] in #63
- deps: bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 by @dependabot[bot] in #66
- deps: bump tempfile from 3.26.0 to 3.27.0 by @dependabot[bot] in #64
- deps: bump assert_cmd from 2.1.2 to 2.2.0 by @dependabot[bot] in #67
- deps: bump rmcp from 0.16.0 to 1.1.1 by @dependabot[bot] in #65
- release: v0.3.5 by @bug-ops in #68
Full Changelog: v0.3.4...v0.3.5
Installation
Binary Installation
Download the appropriate binary for your platform from the assets below:
- Linux x86_64:
mcpls-x86_64-unknown-linux-gnu.tar.gz - Linux aarch64:
mcpls-aarch64-unknown-linux-gnu.tar.gz - macOS x86_64:
mcpls-x86_64-apple-darwin.tar.gz - macOS ARM64:
mcpls-aarch64-apple-darwin.tar.gz - Windows x64:
mcpls-x86_64-pc-windows-msvc.zip - Windows ARM64:
mcpls-aarch64-pc-windows-msvc.zip
Extract and add to your PATH:
# Linux/macOS
tar xzf mcpls-*.tar.gz
sudo mv mcpls /usr/local/bin/
# Verify installation
mcpls --versionCargo Installation
cargo install mcplsClaude Code Integration
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"mcpls": { "command": "mcpls", "args": [] }
}
}Checksums
SHA256 checksums are available for all artifacts (.sha256 files).