myagent-ai 1.15.95 → 1.15.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/chromedev_mcp.py +1 -1
package/package.json
CHANGED
package/skills/chromedev_mcp.py
CHANGED
|
@@ -382,7 +382,7 @@ async def get_mcp_client() -> MCPClient:
|
|
|
382
382
|
return _mcp_client
|
|
383
383
|
|
|
384
384
|
|
|
385
|
-
|
|
385
|
+
def _ensure_node_deps() -> Optional[str]:
|
|
386
386
|
"""检查 Node.js 依赖是否就绪,返回错误信息或 None"""
|
|
387
387
|
if not shutil.which("node"):
|
|
388
388
|
return "需要 Node.js (>= 20.19)。请安装: https://nodejs.org/"
|