We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4a2cb commit 3179c7dCopy full SHA for 3179c7d
1 file changed
ext/dapr-ext-workflow/dapr/ext/workflow/mcp.py
@@ -53,11 +53,6 @@
53
_MCP_METHOD_LIST_TOOLS = '.ListTools'
54
_MCP_METHOD_CALL_TOOL = '.CallTool'
55
56
-# `dapr run` reports the sidecar ready when its HTTP port responds, but
57
-# MCPServer-derived workflows aren't registered until daprd finishes its
58
-# loadMCPServers init step. A schedule_new_workflow call inside that window
59
-# comes back as CANCELLED or UNAVAILABLE. Retry such failures within the
60
-# caller's timeout budget instead of surfacing them as hard failures.
61
_TRANSIENT_GRPC_CODES = frozenset({
62
grpc.StatusCode.CANCELLED,
63
grpc.StatusCode.UNAVAILABLE,
0 commit comments