Skip to content

Commit 67c813c

Browse files
yotsudaclaude
andcommitted
Remove Format.ps1xml, fix PlatyPS Related Links, remove MSIX workaround from README
- Remove PowerShell.MCP.Format.ps1xml (moved to PromptAI module) - Clear FormatsToProcess in psd1 and remove from build script - Fix PlatyPS Related Links to use [CmdletName]() format (avoids Get-Help URI error) - Remove Invoke-Claude/Invoke-GPT from PowerShell.MCP.md module index - Remove MSIX workaround note from README (no longer needed) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d2381a1 commit 67c813c

15 files changed

Lines changed: 48 additions & 84 deletions

Build-AllPlatforms.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,8 @@ if ('Dll' -in $Target) {
9898
# Copy manifest, script, and format files from Staging
9999
Copy-Item (Join-Path $stagingPath 'PowerShell.MCP.psd1') -Destination $OutputBase -Force
100100
Copy-Item (Join-Path $stagingPath 'PowerShell.MCP.psm1') -Destination $OutputBase -Force
101-
Copy-Item (Join-Path $stagingPath 'PowerShell.MCP.Format.ps1xml') -Destination $OutputBase -Force
102101
Write-Host " Copied: PowerShell.MCP.psd1" -ForegroundColor Green
103102
Write-Host " Copied: PowerShell.MCP.psm1" -ForegroundColor Green
104-
Write-Host " Copied: PowerShell.MCP.Format.ps1xml" -ForegroundColor Green
105103

106104

107105
Write-Host ""
@@ -170,7 +168,8 @@ if ('Dll' -in $Target) {
170168
'PowerShell.MCP.dll',
171169
'PowerShell.MCP.psd1',
172170
'PowerShell.MCP.psm1',
173-
'Ude.NetStandard.dll'
171+
'Ude.NetStandard.dll',
172+
'en-US\PowerShell.MCP-help.xml'
174173
)
175174
}
176175

PowerShell.MCP/PlatyPS/en-US/Add-LinesToFile.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Type: System.String[]
176176
DefaultValue: None
177177
SupportsWildcards: false
178178
Aliases:
179-
- PSPath
179+
- [PSPath]()
180180
ParameterSets:
181181
- Name: LiteralPath
182182
Position: Named
@@ -264,8 +264,8 @@ Exception: wildcards in `-Path` cannot create new files.
264264

265265
## RELATED LINKS
266266

267-
- [Update-LinesInFile](Update-LinesInFile.md)
268-
- [Update-MatchInFile](Update-MatchInFile.md)
269-
- [Remove-LinesFromFile](Remove-LinesFromFile.md)
270-
- [Show-TextFiles](Show-TextFiles.md)
267+
- [Update-LinesInFile]()
268+
- [Update-MatchInFile]()
269+
- [Remove-LinesFromFile]()
270+
- [Show-TextFiles]()
271271

PowerShell.MCP/PlatyPS/en-US/Get-MCPOwner.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ PSCustomObject with Owned, ProxyPid, AgentId, and ClientName properties.
7878

7979
## RELATED LINKS
8080

81-
- [Get-MCPProxyPath](Get-MCPProxyPath.md)
82-
- [Register-PwshToClaudeCode](Register-PwshToClaudeCode.md)
83-
- [Register-PwshToClaudeDesktop](Register-PwshToClaudeDesktop.md)
84-
- [Stop-AllPwsh](Stop-AllPwsh.md)
81+
- [Get-MCPProxyPath]()
82+
- [Register-PwshToClaudeCode]()
83+
- [Register-PwshToClaudeDesktop]()
84+
- [Stop-AllPwsh]()
8585

PowerShell.MCP/PlatyPS/en-US/Get-MCPProxyPath.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Full path to the PowerShell.MCP.Proxy executable for the current platform.
8686
8787
## RELATED LINKS
8888
89-
- [Get-MCPOwner](Get-MCPOwner.md)
90-
- [Register-PwshToClaudeCode](Register-PwshToClaudeCode.md)
91-
- [Register-PwshToClaudeDesktop](Register-PwshToClaudeDesktop.md)
92-
- [Stop-AllPwsh](Stop-AllPwsh.md)
89+
- [Get-MCPOwner]()
90+
- [Register-PwshToClaudeCode]()
91+
- [Register-PwshToClaudeDesktop]()
92+
- [Stop-AllPwsh]()
9393

PowerShell.MCP/PlatyPS/en-US/PowerShell.MCP.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ The universal MCP server for Claude Code and other MCP-compatible clients. One i
2222

2323
Insert lines into a text file at a specific position or at the end
2424

25-
### [Invoke-Claude](Invoke-Claude.md)
26-
27-
Sends a prompt to the Anthropic Claude API and returns the response with real-time streaming.
28-
29-
### [Invoke-GPT](Invoke-GPT.md)
30-
31-
Sends a prompt to the OpenAI API and returns the response with real-time streaming.
32-
3325
### [Remove-LinesFromFile](Remove-LinesFromFile.md)
3426

3527
Remove lines from a text file by line range or pattern matching

PowerShell.MCP/PlatyPS/en-US/Register-PwshToClaudeCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ None.
6161

6262
## RELATED LINKS
6363

64-
- [Register-PwshToClaudeDesktop](Register-PwshToClaudeDesktop.md)
64+
- [Register-PwshToClaudeDesktop]()
6565

PowerShell.MCP/PlatyPS/en-US/Register-PwshToClaudeDesktop.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ None.
5959

6060
## RELATED LINKS
6161

62-
- [Register-PwshToClaudeCode](Register-PwshToClaudeCode.md)
63-
- [Get-MCPOwner](Get-MCPOwner.md)
64-
- [Get-MCPProxyPath](Get-MCPProxyPath.md)
65-
- [Stop-AllPwsh](Stop-AllPwsh.md)
62+
- [Register-PwshToClaudeCode]()
63+
- [Get-MCPOwner]()
64+
- [Get-MCPProxyPath]()
65+
- [Stop-AllPwsh]()
6666

PowerShell.MCP/PlatyPS/en-US/Remove-LinesFromFile.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Type: System.String[]
191191
DefaultValue: None
192192
SupportsWildcards: false
193193
Aliases:
194-
- PSPath
194+
- [PSPath]()
195195
ParameterSets:
196196
- Name: LiteralPath
197197
Position: Named
@@ -307,8 +307,8 @@ File path(s) to process.
307307

308308
## RELATED LINKS
309309

310-
- [Add-LinesToFile](Add-LinesToFile.md)
311-
- [Update-LinesInFile](Update-LinesInFile.md)
312-
- [Update-MatchInFile](Update-MatchInFile.md)
313-
- [Show-TextFiles](Show-TextFiles.md)
310+
- [Add-LinesToFile]()
311+
- [Update-LinesInFile]()
312+
- [Update-MatchInFile]()
313+
- [Show-TextFiles]()
314314

PowerShell.MCP/PlatyPS/en-US/Show-TextFiles.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Type: System.String[]
150150
DefaultValue: None
151151
SupportsWildcards: false
152152
Aliases:
153-
- PSPath
153+
- [PSPath]()
154154
ParameterSets:
155155
- Name: LiteralPath
156156
Position: Named
@@ -270,8 +270,8 @@ File path(s) to process.
270270

271271
## RELATED LINKS
272272

273-
- [Add-LinesToFile](Add-LinesToFile.md)
274-
- [Update-LinesInFile](Update-LinesInFile.md)
275-
- [Update-MatchInFile](Update-MatchInFile.md)
276-
- [Remove-LinesFromFile](Remove-LinesFromFile.md)
273+
- [Add-LinesToFile]()
274+
- [Update-LinesInFile]()
275+
- [Update-MatchInFile]()
276+
- [Remove-LinesFromFile]()
277277

PowerShell.MCP/PlatyPS/en-US/Stop-AllPwsh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
135135
136136
## RELATED LINKS
137137
138-
- [Get-MCPOwner](Get-MCPOwner.md)
139-
- [Get-MCPProxyPath](Get-MCPProxyPath.md)
140-
- [Register-PwshToClaudeCode](Register-PwshToClaudeCode.md)
141-
- [Register-PwshToClaudeDesktop](Register-PwshToClaudeDesktop.md)
138+
- [Get-MCPOwner]()
139+
- [Get-MCPProxyPath]()
140+
- [Register-PwshToClaudeCode]()
141+
- [Register-PwshToClaudeDesktop]()
142142

0 commit comments

Comments
 (0)