|
12 | 12 | RootModule = 'PowerShell.MCP.dll' |
13 | 13 |
|
14 | 14 | # Version number of this module. |
15 | | -ModuleVersion = '1.2.4' |
| 15 | +ModuleVersion = '1.2.5' |
16 | 16 |
|
17 | 17 | # Supported PSEditions |
18 | 18 | CompatiblePSEditions = @('Core') |
@@ -74,6 +74,7 @@ FunctionsToExport = @() |
74 | 74 | # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. |
75 | 75 | CmdletsToExport = @( |
76 | 76 | 'Show-TextFile', |
| 77 | +'Test-TextFileContains', |
77 | 78 | 'Update-TextFile', |
78 | 79 | 'Add-LinesToFile', |
79 | 80 | 'Set-LinesToFile', |
@@ -115,21 +116,26 @@ PrivateData = @{ |
115 | 116 | Platforms = @('Windows') |
116 | 117 |
|
117 | 118 | # ReleaseNotes of this module |
118 | | - ReleaseNotes = 'PowerShell.MCP v1.2.4 - Enterprise-Ready MCP Server |
| 119 | + ReleaseNotes = 'PowerShell.MCP v1.2.5 - Enterprise-Ready MCP Server |
119 | 120 |
|
120 | 121 | === Key Features === |
121 | | -• 🤝 Shared Console Experience - AI and users collaborate in the same PowerShell session |
122 | | -• 🔄 Persistent State Management - Variables, modules, and authentication preserved across commands |
123 | | -• ⚡ Zero-Overhead Execution - Instant command response without process startup delays |
124 | | -• 🔍 Complete Stream Separation - All 6 PowerShell output streams captured and analyzed |
125 | | -• 📋 Ready-to-Use Prompt Library - 8 specialized prompts for development, administration, and learning |
126 | | -• 🔐 Enterprise Security - Local-only named pipe communication, no network exposure |
127 | | -• 💻 Universal Compatibility - Works with Claude Desktop and any MCP-compatible client |
| 122 | +• 🤝 Shared Console Experience |
| 123 | +• 🔄 Living Workspace That Remembers Everything |
| 124 | +• ⚡ Instant Response, Zero Overhead |
| 125 | +• 🔍 Comprehensive Output Stream Capture |
| 126 | +• 📝 LLM-Optimized Text File Operations |
| 127 | +• 🔗 PowerShell Pipeline Composability |
| 128 | +• 🌐 Universal Modules & CLI Tools Integration |
| 129 | +• 📚 No RAG or Context Grounding Required |
| 130 | +• 🎯 Ready-to-Use Built-in Prompts |
| 131 | +• 🔐 Enterprise-Ready Security |
128 | 132 |
|
129 | 133 | === First-Time Demo === |
130 | 134 | • "Show what PowerShell.MCP can do in a colorful, dynamic, and fun demo" |
131 | 135 | • "Try out different styles of notifications using the BurntToast module" |
132 | 136 | • "Automate Notepad: type text and smoothly move the window in a circle" |
| 137 | +• "Tell me how to use Git in PowerShell" |
| 138 | +• "How does it feel now that you have a tool like PowerShell.MCP?" |
133 | 139 |
|
134 | 140 | === Popular Examples === |
135 | 141 | • "Review git changes and suggest a commit message" |
|
0 commit comments