fix: pin task dev's MCP listener to 8091 (never contend with the managed server) - #59
Merged
Merged
Conversation
…naged server's 8090 Both mill-server (LaunchAgent) and the dev app fall back to 127.0.0.1:8090 when MILL_MCP_ADDR is unset, so a dev relaunch could steal the port and lock the KeepAlive'd server into an EX_CONFIG respawn loop. task dev now sets MILL_MCP_ADDR=127.0.0.1:8091, keeping the two MCP planes disjoint by construction. Regenerated bindings (comment-sweep text flowing through wails3 codegen) ride along. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FJ8wStsHyu7XPLTspNjMnQ
alicoding
enabled auto-merge (squash)
August 13, 2026 14:57
alicoding
added a commit
that referenced
this pull request
Aug 15, 2026
…naged server's 8090 (#59) Both mill-server (LaunchAgent) and the dev app fall back to 127.0.0.1:8090 when MILL_MCP_ADDR is unset, so a dev relaunch could steal the port and lock the KeepAlive'd server into an EX_CONFIG respawn loop. task dev now sets MILL_MCP_ADDR=127.0.0.1:8091, keeping the two MCP planes disjoint by construction. Regenerated bindings (comment-sweep text flowing through wails3 codegen) ride along. Claude-Session: https://claude.ai/code/session_01FJ8wStsHyu7XPLTspNjMnQ Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Incident fix: a dev-app relaunch stole 127.0.0.1:8090 from the KeepAlive'd LaunchAgent server (both fall back to 8090 when MILL_MCP_ADDR is unset), locking it into an EX_CONFIG respawn loop.
task devnow pins MILL_MCP_ADDR=127.0.0.1:8091 so the two MCP planes are disjoint by construction. Regenerated bindings ride along (comment-sweep text through codegen). Dev-loop guard family (BACKLOG Standing #8).🤖 Generated with Claude Code
https://claude.ai/code/session_01FJ8wStsHyu7XPLTspNjMnQ