Files
claude-plugins-official/external_plugins/telegram/.mcp.json

9 lines
166 B
JSON
Raw Normal View History

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