PowerShell.MCP v1.3.5 - Enhanced Developer Experience & System Insights #19
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.
-
Enhanced Developer Experience & System Insights
This release focuses on improving developer experience with syntax highlighting, automatic color output, and comprehensive system information for better context awareness.
✨ What's New
🎨 Syntax Highlighting for Commands
Commands executed in the console now display with PSReadLine-style syntax highlighting, making it easier to read and understand the executed PowerShell code.
🌈 Automatic Color Output for CLI Tools
Popular development tools (Git, npm, yarn, cargo, pytest) now automatically enable ANSI color output, providing richer visual feedback while respecting your existing configurations.
📊 Comprehensive System Information
The get_current_location tool now returns detailed system context (OS version, PowerShell version, hostname, timezone, execution policy) to help Claude better understand your environment.
📝 Improved Create Work Procedure Built-in Prompts
Enhanced Create Work Procedure prompt with better markdown table formatting and clearer examples for VS Code preview compatibility.
📊 What's Changed Since v1.3.4
Core Enhancements
System Information:
Visual Improvements:
Prompt Templates:
📄 Installation & Upgrade
Update MCP Configuration
(Get-Module PowerShell.MCP).ModuleBase{ "mcpServers": { "PowerShell": { "command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.5\\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.5 - Enhanced Developer Experience & System Insights.
Beta Was this translation helpful? Give feedback.
All reactions