MCP Server for social relationship management - sync Feishu chat history and AI-generated summaries
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
216
commits
fix: replace node-pty with child_process spawn (node-pty broken on macOS+Node22)
18b2f24View on GitHubfix: add approval:approval:readonly to settings permission guide list
f435056View on GitHubfix: use tenant_access_token for approval API (not user token)
429c88dView on GitHubfix: autoSync waits for completion instead of blind sleep, reduce sync-status polling 5s→15s
ba62132View on GitHubfix: delay autoSync 10s on page load, wait for sync completion instead of polling every 2s
2653e4aView on GitHubfix: sync safety — retry failed batches, fix timestamp jump, add DB lock to prevent concurrent syncs, quickSync skips when fullSync running
4d8d569View on GitHubfix: Gmail sync — persist status to DB (fix GET on different serverless instance), fix processed count
d7d9ce5View on GitHubfeat: use Next.js after() for background sync — POST returns immediately, sync runs in background
e2f8e2eView on GitHub