PowerShell.MCP v1.3.1 - Complete Stream Capture + Context Display Everywhere #15
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.
-
Complete Stream Capture + Context Display Everywhere
This release delivers complete stream capture for all PowerShell output and extends context display from
Show-TextFileto all file editing cmdlets. Zero breaking changes—just better reliability and visibility.✨ What's New
🛡️ Complete Stream Capture
All PowerShell output streams (Success, Error, Warning, Info, Verbose, Debug) are now reliably captured. v1.3.0 could not capture Verbose and Debug streams, which is now fixed. This also eliminates duplicate error messages and ensures no output is lost.
🔍 Context Display for All File Operations
v1.3.0 introduced context display for
Show-TextFile. Now all file editing cmdlets show context with 2 lines before/after each change:Features:
📊 What's Changed Since v1.3.0
No Breaking Changes - All v1.3.0 scripts work unchanged.
🔄 Installation & Upgrade
Update MCP Configuration
(Get-Module PowerShell.MCP).ModuleBase{ "mcpServers": { "PowerShell": { "command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.1\\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.1 - Complete Stream Capture + Context Display Everywhere.
Beta Was this translation helpful? Give feedback.
All reactions