Skip to content

Commit 507fe6c

Browse files
authored
Update module version in README.md to 1.3.2
1 parent 9d24abc commit 507fe6c

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
@@ -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.3.1
139+
# Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.3.2
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.3.1\\bin\\PowerShell.MCP.Proxy.exe"
148+
"command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.2\\bin\\PowerShell.MCP.Proxy.exe"
149149
}
150150
}
151151
}

0 commit comments

Comments
 (0)