docs: add Star History section to README with visual representation

This commit is contained in:
John Doe 2025-04-08 19:54:48 +03:00
parent f8ac35bef2
commit d21813fa38

View file

@ -24,6 +24,7 @@ The server is a bridge between the Telegram API and the AI assistants and is bas
- [Configuration](#configuration) - [Configuration](#configuration)
- [Telegram API Configuration](#telegram-api-configuration) - [Telegram API Configuration](#telegram-api-configuration)
- [Client Configuration](#client-configuration) - [Client Configuration](#client-configuration)
- [Star History](#star-history)
## What is MCP? ## What is MCP?
@ -191,4 +192,14 @@ Example of Configuring Claude Desktop to recognize the Telegram MCP server.
} }
} }
} }
``` ```
## Star History
<a href="https://www.star-history.com/#chaindead/telegram-mcp&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=chaindead/telegram-mcp&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=chaindead/telegram-mcp&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=chaindead/telegram-mcp&type=Date" />
</picture>
</a>