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
-1
View File
@@ -275,7 +275,6 @@ def main():
servers[name],
required_tool=REQUIRED_NAMESPACE_TOOLS.get(name),
config_path=config_path,
probe_source="offline_spawn",
):
failed = True
else: