Major changes: - Dashboard: WebSocket-based chat with session management - Dashboard: New chat components (ChatPane, ChatInput, ModeToggle) - Dashboard: Enhanced UI with parallel coordinates chart - MCP Server: New atomizer-tools server for Claude integration - Extractors: Enhanced Zernike OPD extractor - Reports: Improved report generator New studies (configs and scripts only): - M1 Mirror: Cost reduction campaign studies - Simple Beam, Simple Bracket, UAV Arm studies Note: Large iteration data (2_iterations/, best_design_archive/) excluded via .gitignore - kept on local Gitea only. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"mcpServers": {
|
|
"atomizer-tools": {
|
|
"command": "node",
|
|
"args": ["C:/Users/antoi/Atomizer/mcp-server/atomizer-tools/dist/index.js"],
|
|
"env": {
|
|
"ATOMIZER_MODE": "user",
|
|
"ATOMIZER_ROOT": "C:/Users/antoi/Atomizer"
|
|
}
|
|
}
|
|
}
|
|
}
|