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
fix: remove output message after STDIO transport stops
When MCP clients disconnect from STDIO transport, they close STDOUT/STDERR
streams before the Laravel command completes. Attempting to output
"MCP Server (STDIO) stopped." to closed streams causes fwrite() errors.
0 commit comments