You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`web_ui_url`| string | URL to access the web control panel |
222
+
|`listen_addr`| string | Server listen address |
223
+
|`endpoints.http`| string | HTTP API endpoint address |
224
+
|`endpoints.socket`| string | Unix socket path (empty if disabled) |
225
+
|`update`| object | Update information (may be null if not checked yet) |
226
+
|`update.available`| boolean | Whether a newer version is available |
227
+
|`update.latest_version`| string | Latest version available on GitHub |
228
+
|`update.release_url`| string | URL to the GitHub release page |
229
+
|`update.checked_at`| string | ISO 8601 timestamp of last update check |
230
+
|`update.is_prerelease`| boolean | Whether the latest version is a prerelease |
231
+
|`update.check_error`| string | Error message if update check failed |
232
+
233
+
:::tip Update Checking
234
+
MCPProxy automatically checks for updates every 4 hours. The update information is exposed via this endpoint and used by the tray application and web UI to show update notifications.
0 commit comments