Skip to content

Commit c98804f

Browse files
committed
Adding a note to clarify on HTTP vs STDIO
Signed-off-by: amin-nikanjam <[email protected]>
1 parent 617f5a9 commit c98804f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dsl-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,8 @@ The [MCP Call](#mcp-call) enables workflows to interact with MCP servers that us
543543

544544
> [!NOTE]
545545
> On success the output is the JSON-RPC result. On failure runtimes must raise an error with type [https://serverlessworkflow.io/spec/1.0.0/errors/runtime](https://github.com/serverlessworkflow/specification/blob/main/dsl-reference.md#standard-error-types).
546+
>
547+
> This call only supports MCP over HTTP transport mechanism and not STDIO (communication over standard in and standard out).
546548

547549
###### Examples
548550

0 commit comments

Comments
 (0)