fixup! refactor: add to correct section

This commit is contained in:
Carlos Valente
2026-06-28 08:48:14 +02:00
parent 2f73303554
commit c6cf9f2bf7
@@ -19,7 +19,7 @@ const staticOptions = [
{ id: 'settings__general', label: 'General settings' },
{ id: 'settings__view', label: 'View settings' },
{ id: 'settings__custom-views', label: 'Custom views' },
{ id: 'sharing__mcp', label: 'MCP Server' },
{ id: 'settings__mcp', label: 'MCP Server' },
...(isDocker ? [] : [{ id: 'settings__port', label: 'Server port' }]),
],
},