feat: update version to 1.6.0 and enhance ToolsSettings component with loading from json and adding project MCP servers

This commit is contained in:
simos
2025-08-11 14:20:54 +03:00
parent 99b204f5bf
commit 6d17e6db81
4 changed files with 149 additions and 53 deletions

View File

@@ -635,6 +635,7 @@ function AppContent() {
<ToolsSettings
isOpen={showToolsSettings}
onClose={() => setShowToolsSettings(false)}
projects={projects}
/>
{/* Version Upgrade Modal */}