fmt + docs

This commit is contained in:
lda
2026-06-02 02:01:48 +07:00 Verified
parent 5f8c4224f0
commit cf5290168e
9 changed files with 705 additions and 23 deletions
@@ -18,7 +18,12 @@ import httpx
from mcp.client.streamable_http import StreamableHTTPError
from mcp.shared.exceptions import McpError
from wf_artifacts import DependencyDiagnostic, DiagnosticSeverity, WorkflowArtifact, WorkflowDeployment
from wf_artifacts import (
DependencyDiagnostic,
DiagnosticSeverity,
WorkflowArtifact,
WorkflowDeployment,
)
from .adapters import require_adapter
from .core import WfMcpService