telegram-claude-mcp 1.2.2 → 1.2.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telegram-claude-mcp",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "MCP server that lets Claude message you on Telegram with hooks support",
5
5
  "author": "Geravant",
6
6
  "license": "MIT",
package/src/index.ts CHANGED
@@ -156,6 +156,7 @@ async function main() {
156
156
  res.writeHead(200, { 'Content-Type': 'application/json' });
157
157
  res.end(JSON.stringify({
158
158
  hookSpecificOutput: {
159
+ hookEventName: 'PermissionRequest',
159
160
  decision: {
160
161
  behavior: decision.behavior,
161
162
  message: decision.message,