Skip to content

Commit 38b7707

Browse files
authored
Update README.md
1 parent 38850f6 commit 38b7707

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
@@ -129,7 +129,7 @@ Import-Module PowerShell.MCP
129129
### 3. Get your module path
130130
```powershell
131131
(Get-Module PowerShell.MCP).ModuleBase
132-
# Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.2.7
132+
# Example output: C:\Users\YourName\Documents\PowerShell\Modules\PowerShell.MCP\1.2.8
133133
```
134134

135135
### 4. Configure Claude Desktop
@@ -138,7 +138,7 @@ Add to your Claude Desktop configuration:
138138
{
139139
"mcpServers": {
140140
"PowerShell": {
141-
"command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.2.7\\bin\\PowerShell.MCP.Proxy.exe"
141+
"command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.2.8\\bin\\PowerShell.MCP.Proxy.exe"
142142
}
143143
}
144144
}

0 commit comments

Comments
 (0)