This release includes 2 breaking changes for platform teams planning a safe upgrade.
Published 5mo
MCP Developer Tools
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai
claude-code
code-analysis
c#
.net
mcp
+2 more
roslyn
semantic-analysis
Summary
AI summaryAll file paths are now relative to the solution directory by default with cross‑platform normalization.
Full changelog
What's New
Added
- Relative paths by default (saves tokens, configurable via SHARPLENS_ABSOLUTE_PATHS=true)
- Cross-platform path normalization (forward slashes on all platforms)
- Platform-aware file path comparison (case-insensitive on Windows, case-sensitive on Linux/macOS)
Changed
- All file paths now return relative to solution directory by default
- File lookups now match file system behavior on each platform
Installation
dotnet tool update -g SharpLensMcp
Breaking Changes
- Default behavior changed: all file paths are now returned relative to the solution directory (previously absolute).
- File lookups and comparisons now follow platform‑specific rules (case‑insensitive on Windows, case‑sensitive elsewhere) by default.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About pzalutski-pixel/sharplens-mcp
58 semantic C#/.NET analysis tools via Roslyn. Navigation, refactoring, find usages, and code intelligence for AI agents.
Related context
Related tools
Earlier breaking changes
- v1.5.3 `health_check` response now uses `{success, data, meta}` envelope; callers must read `data.status` instead of `status`.
Beta — feedback welcome: [email protected]