agent-ecosystem/test/main
iliya 1ce6ace8b8 fix(team): move MCP config storage from /tmp to userData
MCP config files were stored in os.tmpdir() with no cleanup, and
the MCP server ran from the AppImage FUSE mount path which could
be inaccessible to Claude CLI subprocesses on Linux (fixes #31).

Changes:
- Store MCP configs in app.getPath('userData')/mcp-configs/ with
  pid+timestamp filenames for safe multi-instance operation
- Copy MCP server to userData/mcp-server/<version>/ via atomic
  temp-dir + rename (eliminates FUSE mount dependency)
- Add per-run cleanup in cleanupRun(), startup stale GC (7d TTL),
  and shutdown own-pid GC
- Add --mcp-config recovery in respawnAfterAuthFailure()
- Add setAppDataBasePath(null) reset for test isolation
2026-03-29 01:29:48 +02:00
..
http feat: implement member briefing functionality and enhance team provisioning 2026-03-13 15:58:51 +02:00
ipc feat: add team launched notification and related configuration 2026-03-17 15:13:37 +02:00
services fix(team): move MCP config storage from /tmp to userData 2026-03-29 01:29:48 +02:00
utils fix: packaged app CLI login detection, PATH merge, IPC status cache 2026-03-19 22:41:52 +02:00