telegram-mcp-local-server 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +12 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "telegram-mcp-local-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "MCP server for Telegram integration. Allows reading chat lists, message history, and sending messages through Telegram API.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -27,7 +27,16 @@
|
|
|
27
27
|
"version:minor": "node scripts/bump-version.js minor",
|
|
28
28
|
"version:major": "node scripts/bump-version.js major"
|
|
29
29
|
},
|
|
30
|
-
"keywords": [
|
|
30
|
+
"keywords": [
|
|
31
|
+
"mcp",
|
|
32
|
+
"telegram",
|
|
33
|
+
"server",
|
|
34
|
+
"model-context-protocol",
|
|
35
|
+
"ai",
|
|
36
|
+
"llm",
|
|
37
|
+
"chat",
|
|
38
|
+
"messaging"
|
|
39
|
+
],
|
|
31
40
|
"author": "Your Name <your.email@example.com>",
|
|
32
41
|
"license": "MIT",
|
|
33
42
|
"repository": {
|
|
@@ -38,7 +47,6 @@
|
|
|
38
47
|
"bugs": {
|
|
39
48
|
"url": "https://github.com/yourusername/telegram-mcp-local-server/issues"
|
|
40
49
|
},
|
|
41
|
-
|
|
42
50
|
"dependencies": {
|
|
43
51
|
"@modelcontextprotocol/sdk": "^0.5.0",
|
|
44
52
|
"telegram": "^2.24.10",
|
|
@@ -52,4 +60,4 @@
|
|
|
52
60
|
"@types/jest": "^29.5.8",
|
|
53
61
|
"ts-jest": "^29.1.1"
|
|
54
62
|
}
|
|
55
|
-
}
|
|
63
|
+
}
|