Skip to content

chore(deps): update dependency smart-mcp-proxy/mcpproxy-go to v0.31.0#63

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/smart-mcp-proxy-mcpproxy-go-0.x
Open

chore(deps): update dependency smart-mcp-proxy/mcpproxy-go to v0.31.0#63
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/smart-mcp-proxy-mcpproxy-go-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 10, 2026

This PR contains the following updates:

Package Update Change
smart-mcp-proxy/mcpproxy-go minor v0.29.3v0.31.0

Release Notes

smart-mcp-proxy/mcpproxy-go (smart-mcp-proxy/mcpproxy-go)

v0.31.0

Compare Source

This release improves MCP server configuration management and fixes critical transport error handling issues.

New Features

  • Per-tool control (Teams edition): Enable or disable individual tools from any MCP server through the web UI, with bulk "Enable All" and "Disable All" actions for easier management of large tool sets (#​463)
  • Enhanced server configuration (Both editions): View and edit HTTP headers and environment variables directly in the server detail view, with options to reveal sensitive values and convert plain text to secrets (#​466)

Bug Fixes

  • Transport error classification: Fixed issue where network transport errors were incorrectly identified as authentication failures, improving error diagnosis and reducing confusion (#​464)
  • Diagnostics reporting: Corrected the bug-report URL displayed in Unknown failure catalog entries to ensure users can properly report issues (#​465)

Download Installers

Platform Download Notes
macOS (Apple Silicon) Download DMG Signed & Notarized - Recommended for M1/M2/M3/M4
macOS (Intel) Download DMG Signed & Notarized
Windows (64-bit) Download Setup Setup wizard
Windows (ARM64) Download Setup For ARM Windows devices
Linux Debian/Ubuntu (AMD64) Download .deb sudo apt install ./mcpproxy_*.deb
Linux Debian/Ubuntu (ARM64) Download .deb For ARM64 (Raspberry Pi etc.)
Linux Fedora/RHEL (AMD64) Download .rpm sudo dnf install ./mcpproxy-*.rpm
Linux Fedora/RHEL (ARM64) Download .rpm For ARM64
Linux (AMD64) — tarball Download tar.gz Binary only
Linux (ARM64) — tarball Download tar.gz Binary only

Homebrew (macOS/Linux):

brew install smart-mcp-proxy/mcpproxy/mcpproxy
Other download options (auto-update URLs, archives)

Auto-update URLs (always points to latest):

Binary archives (this version):


Installation Instructions
Windows
  1. Download the installer for your architecture
  2. Run mcpproxy-setup-*.exe
  3. Follow the installation wizard (requires Administrator privileges)
  4. Launch "MCPProxy" from Start Menu
macOS
  1. Download the signed DMG for your Mac
  2. Double-click the DMG to mount it
  3. Double-click the PKG installer inside
  4. Follow the installation wizard
  5. Launch mcpproxy.app from Applications folder
Linux / Manual Installation
  1. Download the appropriate archive
  2. Extract: tar -xzf mcpproxy-*.tar.gz
  3. Make executable: chmod +x mcpproxy
  4. Run: ./mcpproxy serve
Platform Support & Usage
Platform Support
  • macOS: Full system tray support with menu and icons
  • Windows: Full system tray support with menu and icons
  • Linux: Headless mode only (CLI)
Usage

GUI (Recommended):

  • Launch mcpproxy.app from Applications (auto-starts core server)
  • Manages server via system tray menu

CLI:

mcpproxy serve                           # Start server
mcpproxy serve --listen 127.0.0.1:8081  # Custom port
export MCPPROXY_API_KEY=your-secret-key  # Set API key

v0.30.1

Compare Source

This maintenance release improves the setup experience and adds automatic update capabilities for Debian-based installations.

New Features

  • Automatic Updates (Teams - Debian/Ubuntu): Debian package installations now ship with an unattended-upgrades whitelist configuration, enabling automatic security and patch updates without manual intervention.

  • Docker Diagnostic Enhancement (Teams): The doctor command now detects when the host system needs the snap-docker override and surfaces a helpful hint to guide users through the configuration.

Bug Fixes

  • Setup UI Indicator: Fixed the pulsing animation in the sidebar Setup section to properly respect the engaged flag, ensuring the visual indicator only appears when appropriate.

Improvements

  • Installation Documentation: Added a new "Migrating from Manual Install" section to help users transition from manual installation methods to package-managed deployments.

Download Installers

Platform Download Notes
macOS (Apple Silicon) Download DMG Signed & Notarized - Recommended for M1/M2/M3/M4
macOS (Intel) Download DMG Signed & Notarized
Windows (64-bit) Download Setup Setup wizard
Windows (ARM64) Download Setup For ARM Windows devices
Linux Debian/Ubuntu (AMD64) Download .deb sudo apt install ./mcpproxy_*.deb
Linux Debian/Ubuntu (ARM64) Download .deb For ARM64 (Raspberry Pi etc.)
Linux Fedora/RHEL (AMD64) Download .rpm sudo dnf install ./mcpproxy-*.rpm
Linux Fedora/RHEL (ARM64) Download .rpm For ARM64
Linux (AMD64) — tarball Download tar.gz Binary only
Linux (ARM64) — tarball Download tar.gz Binary only

Homebrew (macOS/Linux):

brew install smart-mcp-proxy/mcpproxy/mcpproxy
Other download options (auto-update URLs, archives)

Auto-update URLs (always points to latest):

Binary archives (this version):


Installation Instructions
Windows
  1. Download the installer for your architecture
  2. Run mcpproxy-setup-*.exe
  3. Follow the installation wizard (requires Administrator privileges)
  4. Launch "MCPProxy" from Start Menu
macOS
  1. Download the signed DMG for your Mac
  2. Double-click the DMG to mount it
  3. Double-click the PKG installer inside
  4. Follow the installation wizard
  5. Launch mcpproxy.app from Applications folder
Linux / Manual Installation
  1. Download the appropriate archive
  2. Extract: tar -xzf mcpproxy-*.tar.gz
  3. Make executable: chmod +x mcpproxy
  4. Run: ./mcpproxy serve
Platform Support & Usage
Platform Support
  • macOS: Full system tray support with menu and icons
  • Windows: Full system tray support with menu and icons
  • Linux: Headless mode only (CLI)
Usage

GUI (Recommended):

  • Launch mcpproxy.app from Applications (auto-starts core server)
  • Manages server via system tray menu

CLI:

mcpproxy serve                           # Start server
mcpproxy serve --listen 127.0.0.1:8081  # Custom port
export MCPPROXY_API_KEY=your-secret-key  # Set API key

v0.30.0

Compare Source

This release adds support for HTTP/SSE MCP servers and includes telemetry improvements and configuration fixes.

New Features

  • HTTP/SSE Server Support: MCPProxy can now connect to MCP servers that use HTTP with Server-Sent Events (SSE) transport, in addition to the existing stdio-based servers. Configure these upstreams using the local launcher (spec 046).

  • Enhanced Diagnostics: Added v3 diagnostics counters for improved telemetry tracking and monitoring capabilities (spec 044).

Bug Fixes

  • Launcher Timeout Persistence: The LauncherWaitTimeout configuration setting now correctly persists to the BBolt database. Previously, this setting may not have been saved properly across restarts.

  • OAuth Token Expiration: Fixed handling of OAuth tokens where ExpiresAt is set to zero. These tokens are now correctly treated as never-expiring tokens instead of being considered expired.


Download Installers

Platform Download Notes
macOS (Apple Silicon) Download DMG Signed & Notarized - Recommended for M1/M2/M3/M4
macOS (Intel) Download DMG Signed & Notarized
Windows (64-bit) Download Setup Setup wizard
Windows (ARM64) Download Setup For ARM Windows devices
Linux Debian/Ubuntu (AMD64) Download .deb sudo apt install ./mcpproxy_*.deb
Linux Debian/Ubuntu (ARM64) Download .deb For ARM64 (Raspberry Pi etc.)
Linux Fedora/RHEL (AMD64) Download .rpm sudo dnf install ./mcpproxy-*.rpm
Linux Fedora/RHEL (ARM64) Download .rpm For ARM64
Linux (AMD64) — tarball Download tar.gz Binary only
Linux (ARM64) — tarball Download tar.gz Binary only

Homebrew (macOS/Linux):

brew install smart-mcp-proxy/mcpproxy/mcpproxy
Other download options (auto-update URLs, archives)

Auto-update URLs (always points to latest):

Binary archives (this version):


Installation Instructions
Windows
  1. Download the installer for your architecture
  2. Run mcpproxy-setup-*.exe
  3. Follow the installation wizard (requires Administrator privileges)
  4. Launch "MCPProxy" from Start Menu
macOS
  1. Download the signed DMG for your Mac
  2. Double-click the DMG to mount it
  3. Double-click the PKG installer inside
  4. Follow the installation wizard
  5. Launch mcpproxy.app from Applications folder
Linux / Manual Installation
  1. Download the appropriate archive
  2. Extract: tar -xzf mcpproxy-*.tar.gz
  3. Make executable: chmod +x mcpproxy
  4. Run: ./mcpproxy serve
Platform Support & Usage
Platform Support
  • macOS: Full system tray support with menu and icons
  • Windows: Full system tray support with menu and icons
  • Linux: Headless mode only (CLI)
Usage

GUI (Recommended):

  • Launch mcpproxy.app from Applications (auto-starts core server)
  • Manages server via system tray menu

CLI:

mcpproxy serve                           # Start server
mcpproxy serve --listen 127.0.0.1:8081  # Custom port
export MCPPROXY_API_KEY=your-secret-key  # Set API key

v0.29.5

Compare Source

Minor performance optimization focused on reducing unnecessary API calls in the desktop application.

Improvements

  • Personal Edition: Eliminated redundant /api/v1/servers API refetches in the system tray, improving responsiveness and reducing overhead when managing MCP server connections

Download Installers

Platform Download Notes
macOS (Apple Silicon) Download DMG Signed & Notarized - Recommended for M1/M2/M3/M4
macOS (Intel) Download DMG Signed & Notarized
Windows (64-bit) Download Setup Setup wizard
Windows (ARM64) Download Setup For ARM Windows devices
Linux Debian/Ubuntu (AMD64) Download .deb sudo apt install ./mcpproxy_*.deb
Linux Debian/Ubuntu (ARM64) Download .deb For ARM64 (Raspberry Pi etc.)
Linux Fedora/RHEL (AMD64) Download .rpm sudo dnf install ./mcpproxy-*.rpm
Linux Fedora/RHEL (ARM64) Download .rpm For ARM64
Linux (AMD64) — tarball Download tar.gz Binary only
Linux (ARM64) — tarball Download tar.gz Binary only

Homebrew (macOS/Linux):

brew install smart-mcp-proxy/mcpproxy/mcpproxy
Other download options (auto-update URLs, archives)

Auto-update URLs (always points to latest):

Binary archives (this version):


Installation Instructions
Windows
  1. Download the installer for your architecture
  2. Run mcpproxy-setup-*.exe
  3. Follow the installation wizard (requires Administrator privileges)
  4. Launch "MCPProxy" from Start Menu
macOS
  1. Download the signed DMG for your Mac
  2. Double-click the DMG to mount it
  3. Double-click the PKG installer inside
  4. Follow the installation wizard
  5. Launch mcpproxy.app from Applications folder
Linux / Manual Installation
  1. Download the appropriate archive
  2. Extract: tar -xzf mcpproxy-*.tar.gz
  3. Make executable: chmod +x mcpproxy
  4. Run: ./mcpproxy serve
Platform Support & Usage
Platform Support
  • macOS: Full system tray support with menu and icons
  • Windows: Full system tray support with menu and icons
  • Linux: Headless mode only (CLI)
Usage

GUI (Recommended):

  • Launch mcpproxy.app from Applications (auto-starts core server)
  • Manages server via system tray menu

CLI:

mcpproxy serve                           # Start server
mcpproxy serve --listen 127.0.0.1:8081  # Custom port
export MCPPROXY_API_KEY=your-secret-key  # Set API key

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/smart-mcp-proxy-mcpproxy-go-0.x branch 7 times, most recently from b8d272c to 6ddbce5 Compare May 13, 2026 05:10
@renovate renovate Bot changed the title chore(deps): update dependency smart-mcp-proxy/mcpproxy-go to v0.29.5 chore(deps): update dependency smart-mcp-proxy/mcpproxy-go to v0.30.0 May 13, 2026
@renovate renovate Bot force-pushed the renovate/smart-mcp-proxy-mcpproxy-go-0.x branch from 6ddbce5 to b639279 Compare May 13, 2026 09:38
@renovate renovate Bot changed the title chore(deps): update dependency smart-mcp-proxy/mcpproxy-go to v0.30.0 chore(deps): update dependency smart-mcp-proxy/mcpproxy-go to v0.30.1 May 13, 2026
@renovate renovate Bot force-pushed the renovate/smart-mcp-proxy-mcpproxy-go-0.x branch 2 times, most recently from 7245c14 to 722bac8 Compare May 14, 2026 14:04
@renovate renovate Bot changed the title chore(deps): update dependency smart-mcp-proxy/mcpproxy-go to v0.30.1 chore(deps): update dependency smart-mcp-proxy/mcpproxy-go to v0.31.0 May 14, 2026
@renovate renovate Bot force-pushed the renovate/smart-mcp-proxy-mcpproxy-go-0.x branch from 722bac8 to c6bdb3c Compare May 14, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants