@thxmxx/telegram-mcp 1.3.0 → 1.3.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/README.md +21 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,6 +93,27 @@ Re-runs the setup with the latest version — updates the MCP server and the `/u
|
|
|
93
93
|
|
|
94
94
|
On first use, Claude Code will ask you to approve the three tools this MCP server registers (`telegram_notify`, `telegram_ask`, `telegram_choose`). This is standard Claude Code behaviour — you can review exactly what is being granted before accepting.
|
|
95
95
|
|
|
96
|
+
|
|
97
|
+
## Always-on per project
|
|
98
|
+
|
|
99
|
+
To activate Telegram automatically every time you open Claude Code in a project, add to your `CLAUDE.md`:
|
|
100
|
+
|
|
101
|
+
```markdown
|
|
102
|
+
## Communication
|
|
103
|
+
|
|
104
|
+
Always use /use-telegram in this session.
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
**Per project** — inside the repo (can be committed and shared with the team):
|
|
108
|
+
```
|
|
109
|
+
/your-project/CLAUDE.md
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
**Global** — applies to every project on your machine:
|
|
113
|
+
```
|
|
114
|
+
~/.claude/CLAUDE.md
|
|
115
|
+
```
|
|
116
|
+
|
|
96
117
|
## Security
|
|
97
118
|
|
|
98
119
|
- The MCP server only accepts responses from your configured Telegram user ID
|