Install
dotnet tool install -g CWM.RoslynNavigator --version 0.8.0What's included
20 read-only Roslyn MCP tools for AI-powered .NET codebase navigation.
See README for details.
What's Changed
- perf(MCP server): add 5s cooldown and reduce per-call overhead for on-demand refresh by @Djentinga in #7
- fix(hooks): pre-bash-guard reads stdin (was a no-op), robust framework check, quoted paths by @AdamPullenPAR in #11
- feat: add OpenCode support (#2) by @iammukeshm in #14
- fix: enforce LF line endings to unbreak hooks on macOS/Linux (#12) by @iammukeshm in #13
- release: bump CWM.RoslynNavigator to 0.7.2 for NuGet publish by @AdamPullenPAR in #18
- fix(mcp): report correct TargetFramework for net10.0 projects by @iammukeshm in #20
- release: v0.11.0 — deep audit, 5 new MCP tools, /outdated + /arch-check, Windows-first hooks by @iammukeshm in #21
New Contributors
- @AdamPullenPAR made their first contribution in #11
- @iammukeshm made their first contribution in #14
Full Changelog: v0.7.0...v0.8.0