PowerShell.MCP v1.5.1 - Recursive Search & Performance Improvements #28
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.
-
Recursive Search & Performance Improvements
This release adds recursive directory search to Show-TextFile and brings significant performance optimizations across file operations.
🎉 What's New
Show-TextFile -Recurse
Search files recursively across subdirectories:
Requires
-Patternor-Containsto be specified.-Contains and -Pattern Combination
-Containsand-Patterncan now be combined (OR condition):FileShare.ReadWrite Support
Show-TextFilecan now read files locked by other processes (e.g., log files being written to by another application).Newline Normalization in Update-MatchInFile
Newlines in
-Replacementare automatically normalized to match the file's line ending style (CRLF/LF).📊 What's Changed Since v1.5.0
New Features
Performance Improvements
Documentation
Code Quality
Tests
🔄 Installation & Upgrade
Windows
Linux / macOS
Update MCP Configuration
{ "mcpServers": { "PowerShell": { "command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.5.1\\bin\\win-x64\\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
This discussion was created from the release PowerShell.MCP v1.5.1 - Recursive Search & Performance Improvements.
Beta Was this translation helpful? Give feedback.
All reactions