create or update instead of create [LET-5566] (#5496)

* create or update instead of create

* silence error

---------

Co-authored-by: Ari Webb <ari@letta.com>
This commit is contained in:
Ari Webb
2025-10-16 12:56:04 -07:00
committed by Caren Thomas
parent c672a1c9fc
commit f98f729218

View File

@@ -393,7 +393,6 @@ class MCPManager:
return mcp_server.to_pydantic()
except Exception as e:
await session.rollback()
logger.error(f"Failed to create MCP server: {e}")
raise
@enforce_types