refactor: introduce wf sources mcp auth storage

This commit is contained in:
lda
2026-06-06 23:19:56 +07:00 Verified
parent fc43671940
commit 87d84767f8
20 changed files with 605 additions and 374 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ from mcp.types import (
)
from pydantic import AnyUrl
from ..auth import AuthRecord, mcp_auth_env, mcp_auth_headers
from wf_sources_mcp.auth import AuthRecord, mcp_auth_env, mcp_auth_headers
from ..capabilities import DiscoveredPrompt, DiscoveredResource, DiscoveredTool
from ..models import ConnectionConfig
from .base import BackendAdapter, ToolCallResult