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
+2 -1
View File
@@ -2,7 +2,8 @@ from __future__ import annotations
from collections.abc import Mapping, Sequence
from copy import deepcopy
from dataclasses import dataclass, field as dataclass_field
from dataclasses import dataclass
from dataclasses import field as dataclass_field
from typing import Any
from wf_core.conditions import safe_resolve_path