We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d24abc commit 507fe6cCopy full SHA for 507fe6c
1 file changed
README.md
@@ -136,7 +136,7 @@ Import-Module PowerShell.MCP
136
### 3. Get your module path
137
```powershell
138
(Get-Module PowerShell.MCP).ModuleBase
139
-# Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.3.1
+# Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.3.2
140
```
141
142
### 4. Configure Claude Desktop
@@ -145,7 +145,7 @@ Add to your Claude Desktop configuration:
145
{
146
"mcpServers": {
147
"PowerShell": {
148
- "command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.1\\bin\\PowerShell.MCP.Proxy.exe"
+ "command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.2\\bin\\PowerShell.MCP.Proxy.exe"
149
}
150
151
0 commit comments