PowerShell.MCP v1.3.0 - Context-Aware Search with Visual Highlights #14
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.
-
Context-Aware Search with Visual Highlights
This release transforms
Show-TextFileinto a powerful context-aware search tool with visual highlighting and flexible range specification.✨ What's New
🔍 Smart Context Display
When searching with
-Containsor-Pattern, matching lines now automatically display with 3 lines of context before and after:Key Benefits:
✨ Visual Search Highlighting
Matched text is now highlighted with reverse video using ANSI escape sequences for instant visibility in modern terminals.
📏 Flexible End-of-File Range
New syntax for reading to the end of large files without counting lines:
Why this matters:
📊 What's Changed Since v1.2.9
Major Enhancements:
Performance:
Testing:
No Breaking Changes:
🔄 Installation & Upgrade
Update MCP Configuration
(Get-Module PowerShell.MCP).ModuleBase{ "mcpServers": { "PowerShell": { "command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.0\\bin\\PowerShell.MCP.Proxy.exe" } } }Note: Adjust path as needed for your environment.
📖 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.0 - Context-Aware Search with Visual Highlights.
Beta Was this translation helpful? Give feedback.
All reactions