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

Remove the three chat bridge plugins from external_plugins/ and their
corresponding entries in marketplace.json.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Noah Zweben
2026-03-18 21:31:12 -07:00
committed by GitHub
parent 55de7f6d1a
commit d53f6ca4cd
31 changed files with 0 additions and 3999 deletions

View File

@@ -1,14 +0,0 @@
{
"name": "claude-channel-telegram",
"version": "0.0.1",
"license": "Apache-2.0",
"type": "module",
"bin": "./server.ts",
"scripts": {
"start": "bun install --no-summary && bun server.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"grammy": "^1.21.0"
}
}