Skip to content

Releases: milisp/mcp-linker

v2.2.2

17 May 13:58

Choose a tag to compare

We've increased the maximum number of free servers you can manage! and improve UI

v2.2.0

01 May 07:24

Choose a tag to compare

✨ Highlights

  • change Project URL to milisp.dev
  • New Sidebar — Fully redesigned sidebar with responsive support, keyboard shortcuts, and a unified collapsed/expanded render path
  • Email & Password Auth — Users can now sign in with email and password in addition to OAuth
  • Supabase-native Sync — Cloud sync and config management migrated from custom API to Supabase directly
  • Language Settings — New general settings section with in-app language selection

🆕 New Features

  • Redesigned sidebar with responsive layout, keyboard shortcuts, and cyclic mode toggle
  • Email and password authentication support on the Auth page
  • Logout functionality and reorganized user menu in the sidebar
  • Sidebar now shows About link and pricing upgrade prompt
  • Missing encryption key alert extracted into a reusable MissingKeyDialog
  • Version tracking on upgrade past v2.1.0 recorded via Supabase
  • Header controls now conditionally hidden based on current view state
  • tauri-plugin-opener integrated for URL handling in sidebar feedback link

♻️ Refactoring & Cleanup

  • Cloud sync and config management fully migrated to Supabase (removed custom API endpoints)
  • Replaced tauri-plugin-shell with tauri-plugin-opener for URL handling
  • Replaced @lobehub/icons with an internal icons component
  • Renamed VSCode client to Copilot and updated supported client list
  • Removed CherryStudio client logic and file path configuration entirely
  • Removed SearchInput, ThemeStore, usePlatform, PromptOptimizerStore, and startTrial dialog
  • Routing simplified — views now resolved dynamically from URL segments
  • Settings moved from sidebar navigation into the user menu
  • Form components consolidated into a central barrel file
  • Update logic centralized into a Zustand store
  • Personal tab state moved from global Zustand store to local component state
  • Batch action handling moved from LocalTableHeader into DataTable
  • Dashboard stat card titles shortened for clarity

🏗️ Infrastructure & Chores

  • Project URLs migrated to milisp.dev domain
  • Removed release/version-bumping/submodule-update scripts
  • Removed unused camera and microphone entitlements from macOS build
  • Removed tauri-app directory references; pre-commit hook now runs tsc --noEmit
  • Cleaned up unused files, react-router lockfile leftovers

📖 Docs

  • README now mentions Arch Linux AUR package (#29)

v2.1.0

25 Mar 07:51

Choose a tag to compare

What's new

Highlight

  • Better nav
  • Improve ui
  • Remove Codex agent

Refactoring & Cleanup

  • Consolidated navigation and route state into a dedicated store, removing react-router / react-router-dom dependencies
  • Simplified auth flow: inlined redirect logic in ProtectedRoute, added sessionChecked guard to prevent duplicate session checks, removed AuthDebug component
  • Adjusted global layout for full-height rendering and controlled scroll behavior
  • Improved responsiveness and refactored the Claude Code page header layout
  • Removed team management functionality and associated components

v2.0.1

06 Jan 14:22

Choose a tag to compare

Features

  • improve trial management and user notifications in AuthPage and Dashboard

v2.0.0

23 Dec 12:27

Choose a tag to compare

Highlight

  • .edu email auto access Lifetime Pro tier - send me email if you're student without .edu email
  • enhance tier-based functionality match user tier
  • If you're an earlier user of the Lifetime plan and have downloaded this version, send me an email and I will upgrade your tier to Lifetime Pro.

Features

  • Updated LicenseNag to simplify pricing options button text.
  • Enhanced BatchActionsDropdown to conditionally enable actions based on user tier, integrating upgrade prompts.
  • Modified LocalSyncDialog to filter available clients based on user tier, ensuring appropriate access.
  • Improved PersonalMcpSection to reflect cloud sync availability based on tier status.
  • Refined ServerStatusSwitch to provide upgrade prompts for tier restrictions.
  • Adjusted LocalTable and LocalTableHeader to conditionally display sync options and upgrade prompts based on user tier.
  • Updated ClientSelector to enforce tier-based client selection logic, allowing for development mode exceptions.
  • Enhanced useTier hook to include comprehensive tier access checks and cloud sync availability.

v1.9.0

17 Dec 12:53

Choose a tag to compare

Feature

  • free codex agent includes almost all features in Codexia with your own ChatGPT subscription.
  • limit mcp clients, only free for Claude desktop
  • Signed dmg - no more damage dialog from macOS
  • add upgrade tier plan button
  • update pay plan

Tip

it’s free in all versions less than v1.8.0, any suggestions DM me to get discount on twitter.

Fix

  • Adaptation for Codex v0.71.0

v1.8.0

25 Nov 17:58

Choose a tag to compare

What's new

Features

  • use Codexia as ui for plan, agent
  • Add Codex CLI as agent

Improve

  • Codex CLI MCP Manage

v1.7.2

12 Sep 09:48

Choose a tag to compare

Fix: enhance LicenseNag component logic for user tier and trial detection

  • Updated the LicenseNag component to prevent display for users with paid tiers or active trials.
  • Added loading state check to avoid flashing for paid users.
  • Implemented auto-dismiss functionality for the LicenseNag when a paid tier or active trial is detected after opening.

Note

v1.7.0 add Codex CLI and Claude Code local sync, add, edit, delete mcp server and more. 👉 v1.7.0

Tip

Which one to download modern GitHub release page

Full Changelog: v1.7.1...v1.7.2

v1.7.1

10 Sep 11:24

Choose a tag to compare

What’s New in v1.7.1

Note

last release add Codex CLI and Claude Code local sync, add, edit, delete mcp server and more. 👉 v1.7.0

🚀 Highlights

  • Automatic Updates – Check for updates directly in-app with a new update dialog integrated into Settings.
  • Improved CI/CD Workflow – More reliable builds with optimized GitHub Actions setup.
  • Dependency Refresh – Updated Tauri plugins, Radix UI, and other libraries for better performance and security.

🛠 Developer Notes

  • Migrated to tauri-apps/tauri-action@v0 for workflow optimization.
  • Fixed workspace path in CI configuration (src-tauri → tauri-app/src-tauri).
  • Bumped project version to v1.7.1 and updated dependencies across package.json, Cargo.toml, and Cargo.lock.
  • Streamlined update process: removed UpdateDialog component and integrated update checks into SettingsPage and UpdateChecker.

Download

modern GitHub release page

MacOS: aarch64, x64

Windows: exe, msi

Linux: deb, AppImage, rpm

Full Changelog: v1.7.0...v1.7.1

v1.7.0

09 Sep 12:40

Choose a tag to compare

What’s New in v1.7.0

  • Codex CLI support: add, delete, disable, enable, and local sync for MCP server configs
  • Claude Code integration: add MCP servers from marketplace, disable/enable, and local sync for MCP server configs
  • CI & release workflow: improved stability and automation
  • Login page: remember last used login provider
  • Documentation: updated and refined

Tip

I also created 👉 Codex GUI, a powerful interface for Codex CLI. Give it a try and share your feedback!

Download

MacOS: aarch64, x64

Windows: exe, msi

Linux: deb, AppImage, rpm

Full Changelog: v1.6.0...v1.7.0