Skip to content

Commit 3179c7d

Browse files
committed
style: comment cleanup
Signed-off-by: Samantha Coyle <sam@diagrid.io>
1 parent 4b4a2cb commit 3179c7d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • ext/dapr-ext-workflow/dapr/ext/workflow

ext/dapr-ext-workflow/dapr/ext/workflow/mcp.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@
5353
_MCP_METHOD_LIST_TOOLS = '.ListTools'
5454
_MCP_METHOD_CALL_TOOL = '.CallTool'
5555

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.
6156
_TRANSIENT_GRPC_CODES = frozenset({
6257
grpc.StatusCode.CANCELLED,
6358
grpc.StatusCode.UNAVAILABLE,

0 commit comments

Comments
 (0)