fix(mcp): resolve default remote mapping and connection check bugs

This commit is contained in:
2026-07-09 20:26:58 -04:00
parent ae6a3ae00c
commit 4f2fd9a8b1
3 changed files with 24 additions and 3 deletions
+3
View File
@@ -6,6 +6,9 @@ Runs over stdio. All tools authenticate via macOS keychain (git credential fill)
import os
import sys
sys.stderr = open("/tmp/mcp_server_stderr.log", "a", buffering=1)
sys.stderr.write(f"\n--- MCP SERVER STARTUP (PID {os.getpid()}) ---\n")
from role_session_router import (
python_bytes_have_conflict_markers,
skip_python_scan_walk_root,