refactor: move mcp auth record ownership

This commit is contained in:
lda
2026-06-06 15:01:39 +07:00 Verified
parent 0028528269
commit a28ca5434a
150 changed files with 557 additions and 549 deletions
+1 -2
View File
@@ -10,10 +10,9 @@ from wf_mcp.capabilities import (
CatalogResourceEntry,
)
from ..auth import mcp_auth_from_neutral, neutral_auth_from_mcp
from ..auth import AuthRecord, mcp_auth_from_neutral, neutral_auth_from_mcp
from ..connections import parse_connection_id
from ..models import (
AuthRecord,
CatalogSnapshot,
dump_catalog_snapshot,
)