Loading subscription status...
{
"mcpServers": [
{
"feishu-mcp-server": {
"env": {
"FEISHU_APP_ID": "your_app_id",
"FEISHU_APP_SECRET": "your_app_secret"
},
"args": [
"--feishu-app-id",
"your_app_id",
"--feishu-app-secret",
"your_app_secret"
],
"command": "node dist/index.js"
}
}
]
}