Dashboard: - Add Studio page with drag-drop model upload and Claude chat - Add intake system for study creation workflow - Improve session manager and context builder - Add intake API routes and frontend components Optimization Engine: - Add CLI module for command-line operations - Add intake module for study preprocessing - Add validation module with gate checks - Improve Zernike extractor documentation - Update spec models with better validation - Enhance solve_simulation robustness Documentation: - Add ATOMIZER_STUDIO.md planning doc - Add ATOMIZER_UX_SYSTEM.md for UX patterns - Update extractor library docs - Add study-readme-generator skill Tools: - Add test scripts for extraction validation - Add Zernike recentering test Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
500 B
JSON
17 lines
500 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"
|
|
}
|
|
},
|
|
"nxopen-docs": {
|
|
"command": "C:/Users/antoi/CADtomaste/Atomaste-NXOpen-MCP/.venv/Scripts/python.exe",
|
|
"args": ["-m", "nxopen_mcp.server", "--data-dir", "C:/Users/antoi/CADtomaste/Atomaste-NXOpen-MCP/data"]
|
|
}
|
|
}
|
|
}
|