MCPcopy Create free account
hub / github.com/StarsTom/mobileCodexHelper / summarize_connection_error

Function summarize_connection_error

mobile_codex_control.py:248–251  ·  view source on GitHub ↗
(message: str)

Source from the content-addressed store, hash-verified

246
247
248def summarize_connection_error(message: str) -> str:
249 if "10061" in message:
250 return "端口未监听,服务未启动"
251 return message
252
253
254def subprocess_window_options() -> dict[str, Any]:

Callers 1

http_healthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected