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,16 @@
{
"name": "claude-channel-fakechat",
"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"
},
"devDependencies": {
"@types/bun": "^1.3.10"
}
}