We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 861eb92 + 5197dee commit 476acdcCopy full SHA for 476acdc
.changeset/cyan-masks-fail.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @iqai/mcp-telegram
2
3
+## 0.1.3
4
+
5
+### Patch Changes
6
7
+- 90dc661: Added support for messaging on topic channels of forum type groups
8
9
## 0.1.2
10
11
### Patch Changes
package.json
@@ -1,13 +1,15 @@
{
"name": "@iqai/mcp-telegram",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "A MCP server for Telegram.",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-telegram": "dist/index.js"
},
- "files": ["dist"],
+ "files": [
+ "dist"
12
+ ],
13
"scripts": {
14
"build": "tsc && shx chmod +x dist/index.js",
15
"prepare": "husky",
0 commit comments