refactor: split mcp auth catalog stores

This commit is contained in:
lda
2026-06-06 19:07:10 +07:00 Verified
parent 4b7088726b
commit 79a3ee4c7a
18 changed files with 303 additions and 61 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ def _make_content_access(
events = BrokerEventRecorder(EventBus())
connection_service = ConnectionService(events=events)
upstream = UpstreamTransportService(
store=store,
auth_store=store,
catalog_store=store,
event_sink=events.record_event,
)
source_catalog = SourceCatalogService(