Initial commit: NX OptiMaster project structure
- Set up Python package structure with pyproject.toml - Created MCP server, optimization engine, and NX journals modules - Added configuration templates - Implemented pluggable result extractor architecture - Comprehensive README with architecture overview - Project ready for GitHub push 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
8
nx_journals/__init__.py
Normal file
8
nx_journals/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
NXOpen Journal Scripts
|
||||
|
||||
Python scripts that execute within the NX environment using NXOpen API.
|
||||
These scripts are called via subprocess from the MCP server.
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
Reference in New Issue
Block a user