9 lines
157 B
Python
9 lines
157 B
Python
|
|
"""
|
||
|
|
NX OptiMaster MCP Server
|
||
|
|
|
||
|
|
Model Context Protocol server for LLM-driven NX optimization configuration.
|
||
|
|
"""
|
||
|
|
|
||
|
|
__version__ = "0.1.0"
|
||
|
|
__author__ = "Atomaste"
|