mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-05 22:17:20 +00:00
Add uv entrypoint
This commit is contained in:
@@ -134,6 +134,10 @@ class MemoriesManager:
|
||||
mcp_settings = Settings(lifespan=server_lifespan)
|
||||
mcp = FastMCP(**mcp_settings.model_dump())
|
||||
|
||||
def start_mcp_server():
|
||||
log.info("Starting server")
|
||||
mcp.run()
|
||||
|
||||
|
||||
class Component(ABC):
|
||||
def __init__(self, ctx: Context):
|
||||
|
||||
Reference in New Issue
Block a user