agent-ecosystem/src
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
..
main fix(team): move MCP config storage from /tmp to userData 2026-03-29 01:29:48 +02:00
preload feat(readme): update project title with link and remove unused media files 2026-03-23 20:18:14 +02:00
renderer fix(lint): resolve ESLint errors breaking CI validate 2026-03-24 12:39:06 +02:00
shared feat(readme): update project title with link and remove unused media files 2026-03-23 20:18:14 +02:00
types feat: introduce MEMBER_DELEGATE_DESCRIPTION for action mode protocols 2026-03-18 14:01:21 +02:00