From 0bf668f45772d0791d5b89c9ada44224e9fd6146 Mon Sep 17 00:00:00 2001 From: Muhammad18557 Date: Sun, 6 Apr 2025 00:49:48 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a9bbc1..d5d1e4f 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ It connects to your **personal Telegram account** directly via the Telegram API # To your actual BASE_DIR path (get it by running `pwd` in the telegram-mcp directory) ``` - Then, configure the MCP server by creating a JSON configuration file with the following format: + Then, configure the MCP server by creating a JSON configuration file with the following format. Use the `BASE_DIR` from above. ```json { @@ -101,7 +101,7 @@ It connects to your **personal Telegram account** directly via the Telegram API "telegram": { "command": "/bin/bash", "args": [ - "{{BASE_DIR}}/run_telegram_server.sh" // BASE_DIR is the same as above + "{{BASE_DIR}}/run_telegram_server.sh" ] } }