- 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>
9 lines
152 B
Python
9 lines
152 B
Python
"""
|
|
Atomizer MCP Server
|
|
|
|
Model Context Protocol server for LLM-driven NX optimization configuration.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|
|
__author__ = "Atomaste"
|