We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38850f6 commit 38b7707Copy full SHA for 38b7707
1 file changed
README.md
@@ -129,7 +129,7 @@ Import-Module PowerShell.MCP
129
### 3. Get your module path
130
```powershell
131
(Get-Module PowerShell.MCP).ModuleBase
132
-# Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.2.7
+# Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.2.8
133
```
134
135
### 4. Configure Claude Desktop
@@ -138,7 +138,7 @@ Add to your Claude Desktop configuration:
138
{
139
"mcpServers": {
140
"PowerShell": {
141
- "command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.2.7\\bin\\PowerShell.MCP.Proxy.exe"
+ "command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.2.8\\bin\\PowerShell.MCP.Proxy.exe"
142
}
143
144
0 commit comments