Files
Atomizer/mcp_server/__init__.py

9 lines
152 B
Python
Raw Normal View History

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