Files
Atomizer/mcp_server/__init__.py
Anto01 d1cbeb75a5 Rebrand project from nx-optimaster to Atomizer
- Update project name in all documentation files
- Update GitHub repository references to Anto01/Atomizer
- Update Python package name to 'atomizer'
- Update conda environment name references
- Update all module docstrings with new branding

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 08:05:19 -05:00

9 lines
152 B
Python

"""
Atomizer MCP Server
Model Context Protocol server for LLM-driven NX optimization configuration.
"""
__version__ = "0.1.0"
__author__ = "Atomaste"