Skip to content

Commit 8fcc5e7

Browse files
yotsudaclaude
andcommitted
Update README: replace MSIX warning with generic MCP client setup note
MSIX config path issue is now handled by Register-MdpToClaudeDesktop. Replace with a general note for other MCP clients. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a4e0d00 commit 8fcc5e7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ Register-MdpToClaudeCode # Claude Code
7373
Register-MdpToClaudeDesktop # Claude Desktop
7474
```
7575

76-
> **⚠️ MSIX (Microsoft Store) installs:** `Register-MdpToClaudeDesktop` may write to the wrong config path due to MSIX filesystem virtualization. If MCP tools don't appear after restart, open Claude Desktop's **Settings → Developer → Edit Config** to find the actual config path, then manually add:
77-
> ```json
78-
> { "mcpServers": { "mdp": { "command": "<paste output of Get-MarkdownPointerMCPPath -Escape>" } } }
79-
> ```
76+
> **Other MCP clients:** Add the output of `Get-MarkdownPointerMCPPath -Escape` as the command in your MCP client's configuration file.
8077
8178
> **Troubleshooting:** If the MCP client fails to connect to the server, [.NET 10 Desktop Runtime](https://dotnet.microsoft.com/download/dotnet/10.0) may not be installed. .NET 10 is not included with Windows — install it and try again.
8279

0 commit comments

Comments
 (0)