Tags: bug-ops/mcpls
Tags
release: v0.3.9 (#331) * docs(skills): correct --log-json flag documentation The Agent Skill reference still described --log-json as parsed but unimplemented; it was wired into structured logging output in #279 and gained flexible boolean-spelling parsing in #295, both already merged this cycle. * release: prepare v0.3.9 Bump version from 0.3.8 to 0.3.9 and finalize the changelog, backfilling entries for commits merged since v0.3.8 that had not recorded their own changelog entry (dependency/CI bumps, the LspServerConfig constructor dedup) and the missing 0.3.8 comparison link. * docs(readme): note flexible boolean parsing for env-var flags MCPLS_TRUST_PROJECT_CONFIG and MCPLS_LOG_JSON accept 1/0, yes/no, y/n, and on/off in addition to true/false since #295; the README option tables only documented the flags themselves.
ci: explicitly install rust-std for cross-compilation targets dtolnay/rust-toolchain does not reliably install the stdlib for cross-compilation targets on ARM macOS 26 runners (x86_64-apple-darwin) and x86_64 Windows runners (aarch64-pc-windows-msvc), causing E0463 'can't find crate for core'. Add an explicit rustup target add step to guarantee the sysroot is present regardless of toolchain action.
release: v0.3.6 (#98) * release: prepare v0.3.6 * release: prepare v0.3.6 * docs: expand v0.3.6 changelog with all commits since v0.3.5 * docs: fix duplicate changelog sections and restore unreleased entry from pr/72 * docs: include C/C++ file pattern fix in v0.3.6 changelog * docs: update v0.3.6 changelog with rmcp 1.5.0 and MSRV 1.88
v0.3.0 - LSP Notification Handling New MCP Tools: - get_cached_diagnostics - get_server_logs - get_server_messages Features: - LSP notification handling with NotificationCache - Enhanced tool descriptions for AI agents - Cross-platform Windows file URI fix - 28 new tests (157 total) See CHANGELOG.md for full details.
PreviousNext