mirror of
https://github.com/tiennm99/serena.git
synced 2026-07-04 17:09:04 +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()
|