We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad93bb commit b964481Copy full SHA for b964481
1 file changed
README.md
@@ -114,7 +114,7 @@ Import-Module PowerShell.MCP
114
### 3. Get your module path
115
```powershell
116
(Get-Module PowerShell.MCP).ModuleBase
117
-# Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.3.4
+# Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.3.5
118
```
119
120
### 4. Configure Claude Desktop
@@ -123,7 +123,7 @@ Add to your Claude Desktop configuration:
123
{
124
"mcpServers": {
125
"PowerShell": {
126
- "command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.4\\bin\\PowerShell.MCP.Proxy.exe"
+ "command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.5\\bin\\PowerShell.MCP.Proxy.exe"
127
}
128
129
0 commit comments