Skip to content

Cortex MCP v2.2.0

Choose a tag to compare

@neuralnexustech neuralnexustech released this 08 Jun 07:21
· 12 commits to master since this release

Cortex MCP v2.2.0

Dashboard full rebuild with proper UI components, data tables, and modern architecture.

What's New

Dashboard Architecture

  • Zustand state management — no prop drilling
  • React Query — caching, background refetch, optimistic updates
  • WebSocket auto-reconnect — exponential backoff (1s → 30s)
  • ErrorBoundary per tab — one tab crashes, others survive
  • Tab persistence — localStorage remembers last active tab

New UI Components

  • Table — sortable, with header/body/rows/cells
  • Checkbox — Radix UI with cyan check
  • Input — styled with focus ring
  • Label, Avatar, Alert (4 variants)

Tabs Rebuilt with Data Tables

  • Features: search, sort, select all, bulk actions
  • FileTree: expandable rows, dictionary status
  • Tests: status icons, filter tabs (all/passed/failed/pending)
  • Issues: checkboxes, status icons, filter tabs
  • Dictionary: expandable rows, word count, search
  • Progress: timeline dots, agent badges
  • Library: tabs for snippets/decisions
  • Research: table with source links
  • Settings: tables for project info, data summary
  • Overview: stat cards with change indicators, progress bars, activity table
  • Graph: glow filter, legend panel, selected node detail

Performance

  • Main bundle: 234KB (was 400KB)
  • Lazy-loaded tab chunks (2-7KB each)
  • IntersectionObserver + visibilitychange polling

Install

npx (recommended)

{
  "mcp": {
    "cortex": {
      "type": "local",
      "command": ["npx", "-y", "@neuralnexustech/cortex-mcp@latest", "start", "--project", "."],
      "enabled": true,
      "env": { "CORTEX_PROJECT_PATH": "." }
    }
  }
}

npm

npm install -g @neuralnexustech/cortex-mcp@latest

Links

License

MIT