PowerShell.MCP v1.3.3 - Modular Prompts #17
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.
-
Modular Prompts
This release focuses on built-in prompt modularity for better usefulness and maintainability.
✨ What's New
🧩 Modular Prompt Architecture
HTML generation guidelines are now available as a separate, reusable built-in prompt.
Benefits:
New Prompt:
The
AnalyzeContentprompt now suggests using this companion prompt for visual HTML reports.📊 What's Changed Since v1.3.2
No Breaking Changes - All v1.3.2 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.3\\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.3 - Modular Prompts.
Beta Was this translation helpful? Give feedback.
All reactions