Files
AbletonMCP_AI/AbletonMCP_AI/mcp_server/engines/main_block.py
2026-04-12 22:14:35 -03:00

11 lines
524 B
Python

# ------------------------------------------------------------------
# MAIN - This file is a fragment; the real entry point is mcp_wrapper.py
# which launches the MCP server from AbletonMCP_AI/mcp_server/server.py
# ------------------------------------------------------------------
# NOTE: This file is NOT executable on its own. It was extracted during
# development. The actual server startup is handled by mcp_wrapper.py.
# Kept for reference only.
# ------------------------------------------------------------------