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