ulysses/mcp_servers
tanmayraut45 c01c09559a
fix(ai): offload model resolution from async paths
Wrap blocking _resolve_model calls in asyncio.to_thread across async model interaction paths so endpoint/model resolution does not stall the event loop. Preserve owner-scoped resolution and add focused regression coverage.
2026-06-28 00:48:35 +01:00
..
__init__.py Odysseus v1.0 2026-05-31 23:58:26 +09:00
email_server.py fix(email): enforce MCP owner boundaries (#4335) 2026-06-16 04:31:24 +01:00
image_gen_server.py fix(ai): offload model resolution from async paths 2026-06-28 00:48:35 +01:00
memory_server.py fix(mcp): scope memory server by owner (#4315) 2026-06-16 03:18:17 +01:00
rag_server.py Fix RAG remove_directory wiping the entire shared collection (#1660) (#1734) 2026-06-03 13:29:51 +09:00