refactor: move mcp tool wrappers to wf_sources_mcp

This commit is contained in:
lda
2026-06-08 10:13:50 +07:00 Verified
parent 1d46752bf8
commit 42a4412c95
9 changed files with 922 additions and 79 deletions
+1 -1
View File
@@ -12,10 +12,10 @@ from wf_sources_mcp.discovery import (
)
from wf_sources_mcp.sdk import ToolExecutor
from wf_sources_mcp.tool_events import ToolWrapperEvent
from wf_sources_mcp.tool_wrappers import wrap_discovered_tool
from ..auth import AuthRecord
from ..models import ConnectionConfig
from ..workflow import wrap_discovered_tool
from .events import McpEvent, make_event