@@ -82,7 +82,7 @@ This minimalist architecture provides maximum flexibility while maintaining simp
8282- Natural and intuitive way to provide domain-specific knowledge to AI
8383
8484** 🎯 Ready-to-Use Built-in Prompts**
85- - 8 specialized prompts for development, analysis, administration, and learning scenarios
85+ - 9 specialized prompts for development, analysis, administration, and learning scenarios
8686- Intelligent automation with native language support and interactive guidance
8787- Built-in safety measures, progress tracking, and hands-on learning environments
8888- Accessible directly through MCP client prompts list - no command writing required
@@ -120,7 +120,7 @@ Transform natural language requests into PowerShell automation - from simple fil
120120- Windows 10/11 or Windows Server 2016+
121121- Claude Desktop ([ download] ( https://claude.ai/download ) ) or any MCP clients
122122 - ** Note: Claude Desktop is strongly recommended** as other clients may not deliver optimal performance
123- - PowerShell 7.2.15 or higher ([ installation guide] ( https://learn.microsoft.com/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.5 ) )
123+ - PowerShell 7.2 or higher ([ installation guide] ( https://learn.microsoft.com/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.5 ) )
124124- PSReadLine 2.3.4 or higher ([ auto-installed] ( https://www.powershellgallery.com/packages/PSReadLine ) )
125125
126126### 1. Open PowerShell 7
@@ -136,7 +136,7 @@ Import-Module PowerShell.MCP
136136### 3. Get your module path
137137``` powershell
138138(Get-Module PowerShell.MCP).ModuleBase
139- # Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.2.8
139+ # Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.2.9
140140```
141141
142142### 4. Configure Claude Desktop
@@ -145,7 +145,7 @@ Add to your Claude Desktop configuration:
145145{
146146 "mcpServers" : {
147147 "PowerShell" : {
148- "command" : " C:\\ Users\\ YourName\\ Documents\\ PowerShell\\ Modules\\ PowerShell.MCP\\ 1.2.8 \\ bin\\ PowerShell.MCP.Proxy.exe"
148+ "command" : " C:\\ Users\\ YourName\\ Documents\\ PowerShell\\ Modules\\ PowerShell.MCP\\ 1.2.9 \\ bin\\ PowerShell.MCP.Proxy.exe"
149149 }
150150 }
151151}
0 commit comments