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 -3
View File
@@ -4,9 +4,6 @@ from typing import Annotated
from pydantic import BaseModel, Field
from wf_authoring import WorkflowBuilder, state_field
from wf_core.paths import StatePath
from tests.authoring.helpers import (
AppendState,
DefaultedState,
@@ -16,6 +13,8 @@ from tests.authoring.helpers import (
WorkflowOutput,
WorkflowState,
)
from wf_authoring import WorkflowBuilder, state_field
from wf_core.paths import StatePath
class DotAliasState(BaseModel):