PowerShell.MCP v1.2.9 - Text Deletion and Architecture Improvements #12
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.
-
Text Deletion and Architecture Improvements
This release introduces text deletion capabilities through empty replacement strings and improves the module architecture with IModuleAssemblyInitializer.
✨ What's New
🗑️ Text Deletion with Empty Replacement
You can now delete text by using an empty string for the
-Replacementparameter inUpdate-MatchInFile:Key Benefits:
-Contains(literal) and-Pattern(regex) modes🏗️ Architecture Refactoring
The module initialization has been modernized from
CmdletProvidertoIModuleAssemblyInitializer:Benefits:
Note: This is an internal change with no impact on cmdlet usage.
🗺️ Built-in Interactive Map Prompt
New MCP custom prompt that automatically creates interactive maps - no PowerShell.Map knowledge required:
Usage: Simply tell Claude what you want to see:
That's it! Claude automatically:
Example Themes:
Key Benefits:
💡 Usage Examples
Text Deletion
Combined Operations
📊 What's Changed Since v1.2.8
New Features:
-ReplacementparameterImprovements:
No Breaking Changes:
🔄 Installation & Upgrade
Update MCP Configuration
(Get-Module PowerShell.MCP).ModuleBase{ "mcpServers": { "PowerShell": { "command": "C:\\Path\\To\\PowerShell.MCP\\1.2.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.2.9 - Text Deletion and Architecture Improvements.
Beta Was this translation helpful? Give feedback.
All reactions