Skip to content

Commit 803f219

Browse files
committed
Update dsl-reference.md
Adding the description to examples. Signed-off-by: amin-nikanjam <[email protected]>
1 parent 834b964 commit 803f219

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dsl-reference.md

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

549549
###### Examples
550550

551+
This example shows an initialization phase as the first interaction between MCP client and server. The client sends its supported version, capabilities, and implementation informationin the initialize request. The server MUST respond with its own capabilities and information including the supported version.
552+
551553
```yaml
552554
document:
553555
dsl: '1.0.1'
@@ -571,6 +573,8 @@ do:
571573
version: '1.0.0'
572574
```
573575

576+
The following example showcases a prompts/list request by the client to retrieve available prompts from the MCP server.
577+
574578
```yaml
575579
document:
576580
dsl: '1.0.1'

0 commit comments

Comments
 (0)