Revert "Remove telegram, discord, and fakechat plugins (#741)"

This reverts commit d53f6ca4cd.
This commit is contained in:
Kenneth Lien
2026-03-19 13:55:32 -07:00
committed by GitHub
parent d53f6ca4cd
commit d2bd4ddb1d
31 changed files with 3999 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"mcpServers": {
"telegram": {
"command": "bun",
"args": ["run", "--cwd", "${CLAUDE_PLUGIN_ROOT}", "--shell=bun", "--silent", "start"]
}
}
}