PowerShell.MCP v1.3.9 - Breaking Change: -Contains to -OldText & BOM Preservation Fix #23
yotsuda
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Breaking Change: -Contains to -OldText & BOM Preservation Fix
This release includes a breaking parameter rename in
Update-MatchInFile, BOM preservation fix for UTF-8 files, tail line removal support, and significant code quality improvements.-Contains → -OldText in Update-MatchInFile
The
-Containsparameter has been renamed to-OldTextfor clarity:📊 What's Changed Since v1.3.8
Bug Fixes
New Features
Remove-LinesFromFilesupports negativeLineRange(e.g.,-LineRange -10removes last 10 lines)Improvements
-WhatIfrecommendations and tail removal syntaxCreateInteractiveMaptoShowInteractiveMapwith localized display textCode Quality
AnsiColorsclass for centralized ANSI color code managementContentAccumulatingCmdletBasefor shared pipeline input handlingIsWhatIfModehelper method toTextFileCmdletBaseNotificationServiceand debug comments📄 Installation & Upgrade
Update MCP Configuration
(Get-Module PowerShell.MCP).ModuleBase{ "mcpServers": { "PowerShell": { "command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.9\\bin\\PowerShell.MCP.Proxy.exe" } } }📖 Full Guide: https://github.com/yotsuda/PowerShell.MCP#quick-start
Full Documentation: https://github.com/yotsuda/PowerShell.MCP
Questions? GitHub Discussions | Report Issues: GitHub Issues
⚠ Security Notice: Provides complete PowerShell access. Use in trusted environments only.
This discussion was created from the release PowerShell.MCP v1.3.9 - Breaking Change: -Contains to -OldText & BOM Preservation Fix.
Beta Was this translation helpful? Give feedback.
All reactions