Skip to content

Commit 47cbedb

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent bb689aa commit 47cbedb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

mcp-registry/servers/mcp-notify.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"tags": [
1818
"mcp",
1919
"mcp-server",
20-
"weixin",
2120
"telegram",
2221
"notifications"
2322
],
@@ -36,6 +35,16 @@
3635
"description": "Telegram Default Chat ID",
3736
"required": false,
3837
"example": "-1234567890"
38+
},
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+
"required": false,
47+
"example": "aabbccdd-eeff-0000-1234-..."
3948
}
4049
},
4150
"tools": [

0 commit comments

Comments
 (0)