docs: add Star History section to README with visual representation
This commit is contained in:
parent
f8ac35bef2
commit
d21813fa38
1 changed files with 12 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -24,6 +24,7 @@ The server is a bridge between the Telegram API and the AI assistants and is bas
|
|||
- [Configuration](#configuration)
|
||||
- [Telegram API Configuration](#telegram-api-configuration)
|
||||
- [Client Configuration](#client-configuration)
|
||||
- [Star History](#star-history)
|
||||
|
||||
## What is MCP?
|
||||
|
||||
|
|
@ -192,3 +193,13 @@ 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>
|
||||
Loading…
Reference in a new issue