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