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 73f1e5d commit 5591869Copy full SHA for 5591869
examples/call-mcp-1.yaml
@@ -0,0 +1,20 @@
1
+document:
2
+ dsl: '1.0.1'
3
+ namespace: test
4
+ name: mcp-example
5
+ version: '0.1.0'
6
+do:
7
+ - GenerateReport:
8
+ call: mcp
9
+ with:
10
+ method: initialize
11
+ server:
12
+ endpoint: https://example.com/mcp
13
+ parameters:
14
+ protocolVersion: '2025-06-18'
15
+ capabilities:
16
+ roots:
17
+ listChanged: true
18
+ clientInfo:
19
+ name: 'ExampleClient'
20
examples/call-mcp-2.yaml
@@ -0,0 +1,16 @@
+ method: prompts/get
+ name: "code_review"
+ arguments:
+ code: "def hello():\n print('world')"
0 commit comments