The extension installed through Claude Desktop's directory is version 0.7.2 (manifest ant.dir.cursortouch.windows-mcp, downloaded late July 2026), while the latest release here is v0.8.5.
Among other things this means directory users still have the pre-refactor PowerShellExecutor, which prepends the registry PATH to the inherited PATH on every shell spawn without deduplication — doubling PATH in spawned shells (~5.4k chars on my machine) and pushing nested npm builds toward the 8,191-char cmd limit. That's fixed by _dedup_path in src/windows_mcp/powershell/service.py in 0.8.x.
Is a 0.8.x build submitted to the Anthropic extension directory and pending review, or is a resubmission needed? Happy to provide diagnostics if useful.
The extension installed through Claude Desktop's directory is version 0.7.2 (manifest
ant.dir.cursortouch.windows-mcp, downloaded late July 2026), while the latest release here is v0.8.5.Among other things this means directory users still have the pre-refactor
PowerShellExecutor, which prepends the registry PATH to the inherited PATH on every shell spawn without deduplication — doubling PATH in spawned shells (~5.4k chars on my machine) and pushing nested npm builds toward the 8,191-char cmd limit. That's fixed by_dedup_pathinsrc/windows_mcp/powershell/service.pyin 0.8.x.Is a 0.8.x build submitted to the Anthropic extension directory and pending review, or is a resubmission needed? Happy to provide diagnostics if useful.