You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shorten Named Pipe name to fix macOS 104-char UNIX socket path limit
Rename pipe prefix from 'PowerShell.MCP.Communication' to 'PSMCP'.
macOS TMPDIR (/var/folders/...) + CoreFxPipe_ prefix consumes ~62 chars,
leaving only 42 chars for the pipe name. The old name was 50 chars for
claimed pipes, exceeding the limit and causing silent failures.
0 commit comments