Skip to content

Release v0.3.6

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Apr 15:04
· 17 commits to main since this release
c58d43c

What's Changed

  • deps: bump rmcp from 1.1.1 to 1.2.0 by @dependabot[bot] in #69
  • deps: bump tracing-subscriber from 0.3.22 to 0.3.23 by @dependabot[bot] in #71
  • deps: bump clap from 4.5.60 to 4.6.0 by @dependabot[bot] in #70
  • fix(labeler): use pull_request_target event for fork compatibility by @bug-ops in #73
  • fix(ci): add CodeQL workflow for fork pull requests by @bug-ops in #74
  • deps: bump toml from 1.0.6+spec-1.1.0 to 1.1.0+spec-1.1.0 by @dependabot[bot] in #77
  • ci: bump actions/checkout from 4 to 6 by @dependabot[bot] in #75
  • ci: bump github/codeql-action from 3 to 4 by @dependabot[bot] in #76
  • ci: bump lewagon/wait-on-check-action from 1.5.0 to 1.6.0 by @dependabot[bot] in #81
  • deps: bump toml from 1.1.0+spec-1.1.0 to 1.1.1+spec-1.1.0 by @dependabot[bot] in #83
  • deps: bump rmcp from 1.2.0 to 1.3.0 by @dependabot[bot] in #82
  • ci: bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #80
  • ci: pin GitHub Actions to full commit SHAs by @bug-ops in #85
  • ci: bump lewagon/wait-on-check-action from 1.6.0 to 1.6.1 by @dependabot[bot] in #86
  • ci: bump rust-lang/crates-io-auth-action from 1.0.3 to 1.0.4 by @dependabot[bot] in #89
  • deps: bump tokio from 1.50.0 to 1.52.0 by @dependabot[bot] in #93
  • deps: bump toml from 1.1.1+spec-1.1.0 to 1.1.2+spec-1.1.0 by @dependabot[bot] in #90
  • ci: bump EmbarkStudios/cargo-deny-action from 2.0.15 to 2.0.17 by @dependabot[bot] in #97
  • ci: bump lewagon/wait-on-check-action from 1.6.1 to 1.7.0 by @dependabot[bot] in #94
  • ci: bump softprops/action-gh-release from 2.6.1 to 3.0.0 by @dependabot[bot] in #95
  • ci: bump cargo-bins/cargo-binstall from b6c541758da069b696c176405f63bd11cc1f21f9 to dc19f1e48450eefe5a29b8da6c6b00a87d730b37 by @dependabot[bot] in #92
  • ci: update dtolnay/rust-toolchain requirement to 29eef336d9b2848a0b548edc03f92a220660cdb8 by @dependabot[bot] in #87
  • Fix lsp_servers[].file_patterns by @wtfbbqhax in #72
  • release: v0.3.6 by @bug-ops in #98

New Contributors

Full Changelog: v0.3.5...v0.3.6

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 --version

Cargo Installation

cargo install mcpls

Claude Code Integration

Add to ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "mcpls": { "command": "mcpls", "args": [] }
  }
}

Checksums

SHA256 checksums are available for all artifacts (.sha256 files).