Skip to content

Commit b964481

Browse files
authored
Update PowerShell.MCP version in README
1 parent 2ad93bb commit b964481

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Import-Module PowerShell.MCP
114114
### 3. Get your module path
115115
```powershell
116116
(Get-Module PowerShell.MCP).ModuleBase
117-
# Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.3.4
117+
# Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.3.5
118118
```
119119

120120
### 4. Configure Claude Desktop
@@ -123,7 +123,7 @@ Add to your Claude Desktop configuration:
123123
{
124124
"mcpServers": {
125125
"PowerShell": {
126-
"command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.4\\bin\\PowerShell.MCP.Proxy.exe"
126+
"command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.5\\bin\\PowerShell.MCP.Proxy.exe"
127127
}
128128
}
129129
}

0 commit comments

Comments
 (0)