update readme
This commit is contained in:
parent
d58bb4c314
commit
0bf668f457
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
# 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
|
```json
|
||||||
{
|
{
|
||||||
|
|
@ -101,7 +101,7 @@ It connects to your **personal Telegram account** directly via the Telegram API
|
||||||
"telegram": {
|
"telegram": {
|
||||||
"command": "/bin/bash",
|
"command": "/bin/bash",
|
||||||
"args": [
|
"args": [
|
||||||
"{{BASE_DIR}}/run_telegram_server.sh" // BASE_DIR is the same as above
|
"{{BASE_DIR}}/run_telegram_server.sh"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue