Skip to content

Tags: bug-ops/mcpls

Tags

v0.3.9

Toggle v0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.3.8

Toggle v0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: prepare v0.3.8 (#251)

Bump workspace and member crate versions to 0.3.8, finalize the
CHANGELOG unreleased section with a dated entry, and bring README/docs
in line with current behavior (20 MCP tools, merged pull/push
diagnostics).

v0.3.7

Toggle v0.3.7's commit message
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.

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: prepare v0.3.5 (#68)

- Bump version to 0.3.5 in workspace manifests
- Update CHANGELOG.md with release date and version section
- Refresh README badges and documentation links
- All tests passing (333/333)

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.3.4 (#59)

* release: prepare v0.3.4

* deps: update transitive dependencies

* ci: add gate job for branch protection

v0.3.3

Toggle v0.3.3's commit message
v0.3.3: recursive heuristics scanning, all servers in default config

v0.3.2

Toggle v0.3.2's commit message
Release v0.3.2: Server heuristics for smart LSP spawning

v0.3.1

Toggle v0.3.1's commit message
Release v0.3.1: Custom language extension mapping and graceful LSP de…

…gradation

v0.3.0

Toggle v0.3.0's commit message
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.