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 bb689aa commit 47cbedbCopy full SHA for 47cbedb
mcp-registry/servers/mcp-notify.json
@@ -17,7 +17,6 @@
17
"tags": [
18
"mcp",
19
"mcp-server",
20
- "weixin",
21
"telegram",
22
"notifications"
23
],
@@ -36,6 +35,16 @@
36
35
"description": "Telegram Default Chat ID",
37
"required": false,
38
"example": "-1234567890"
+ },
39
+ "DINGTALK_BOT_KEY": {
40
+ "description": "The default key for the DingTalk group robot can also be specified in the prompt",
41
+ "required": false,
42
+ "example": "aabbccdd-eeff-0000-1234-..."
43
44
+ "LARK_BOT_KEY": {
45
+ "description": "The default key for the Lark/Feishu group robot can also be specified in the prompt",
46
47
48
}
49
},
50
"tools": [
0 commit comments