Files
lzwcai-mcp/mcp.json
tanjianbin 49bdf45bfa feat(tools): 支持向多个接收者发送卡片消息
重构 send_card_message 为 send_notion_card,支持接收者 ID 列表
更新 .gitignore 以忽略更多临时文件
升级项目版本至 0.1.17
删除未使用的 card.txt 模板文件
2026-04-09 11:25:34 +08:00

18 lines
266 B
JSON

{
"mcpServers": {
"lark-mcp": {
"command": "npx",
"args": [
"-y",
"@larksuiteoapi/lark-mcp",
"mcp",
"-a",
"cli_a8d0e0c140169013",
"-s",
"yEc0E8Aoo8Mo9NPPzphidez51xB71HXW"
]
}
}
}