feat: reggaeton production system with intelligent sample selection and FLP generation
This commit is contained in:
5
mcp/run.py
Normal file
5
mcp/run.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""FL Studio MCP Server entry point."""
|
||||
from server import mcp
|
||||
|
||||
if __name__ == "__main__":
|
||||
mcp.run(transport="stdio")
|
||||
Reference in New Issue
Block a user