Add uv entrypoint

This commit is contained in:
Michael Panchenko
2025-03-29 21:22:01 +01:00
parent 26d1e753c6
commit 3ccd42fda3
3 changed files with 9 additions and 3 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
import logging
from serena.mcp import mcp
from serena.mcp import start_mcp_server
log = logging.getLogger(__name__)
if __name__ == "__main__":
log.info("Starting server")
mcp.run()
start_mcp_server()