mirror of
https://github.com/tiennm99/serena.git
synced 2026-06-17 02:48:45 +00:00
5 lines
95 B
Python
5 lines
95 B
Python
from serena.cli import start_mcp_server
|
|
|
|
if __name__ == "__main__":
|
|
start_mcp_server()
|