-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmcp.json
More file actions
79 lines (79 loc) · 1.9 KB
/
mcp.json
File metadata and controls
79 lines (79 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
{
"id": "17cb2307d706499e",
"type": "tab",
"label": "MCP Example",
"disabled": false,
"info": "",
"env": []
},
{
"id": "4fd4d16e54babf47",
"type": "OpenAI API",
"z": "17cb2307d706499e",
"name": "MCP Request",
"property": "ai",
"propertyType": "msg",
"service": "",
"method": "createModelResponse",
"x": 520,
"y": 240,
"wires": [
[
"177b298ed2530a7c"
]
]
},
{
"id": "177b298ed2530a7c",
"type": "debug",
"z": "17cb2307d706499e",
"name": "MCP Response",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 720,
"y": 240,
"wires": []
},
{
"id": "a83a50a436ac4f39",
"type": "inject",
"z": "17cb2307d706499e",
"name": "Request Params",
"props": [
{
"p": "ai.model",
"v": "gpt-5-nano",
"vt": "str"
},
{
"p": "ai.tools[0]",
"v": "{\"type\":\"mcp\",\"server_label\":\"deepwiki\",\"server_url\":\"https://mcp.deepwiki.com/mcp\",\"require_approval\":\"never\"}",
"vt": "json"
},
{
"p": "ai.input",
"v": "What transport protocols are supported in the 2025-03-26 version of the MCP spec?",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 320,
"y": 240,
"wires": [
[
"4fd4d16e54babf47"
]
]
}
]