From de3f5d07b8aa8addee7b91d714a2f8dab7f3fcd5 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 2 Apr 2025 18:42:18 +0300 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++------------------ Taskfile.yml | 3 +++ 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index bf765e4..cc9c7ad 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ Before you can use the server, you need to connect to the Telegram API. The password may be required if you have two-factor authentication enabled. -### Claude Desktop Configuration +### Client Configuration -Configure Claude Desktop to recognize the Exa MCP server. +Example of Configuring Claude Desktop to recognize the Telegram MCP server. 1. Open the Claude Desktop configuration file: - in MacOS, the configuration file is located at `~/Library/Application Support/Claude/claude_desktop_config.json` @@ -55,21 +55,6 @@ Configure Claude Desktop to recognize the Exa MCP server. > You can also find claude_desktop_config.json inside the settings of Claude Desktop app 2. Add the server configuration - - for Cursor: - ```json - { - "mcpServers": { - "telegram-mcp": { - "command": "telegram-mcp", - "env": { - "TG_APP_ID": "", - "TG_API_HASH": "" - } - } - } - } - ``` for Claude desktop: ```json @@ -86,4 +71,19 @@ Configure Claude Desktop to recognize the Exa MCP server. } } } - ``` \ No newline at end of file + ``` + + for Cursor: + ```json + { + "mcpServers": { + "telegram-mcp": { + "command": "telegram-mcp", + "env": { + "TG_APP_ID": "", + "TG_API_HASH": "" + } + } + } + } + ``` \ No newline at end of file diff --git a/Taskfile.yml b/Taskfile.yml index f62c7dc..4a347df 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -46,4 +46,7 @@ tasks: desc: Run linter cmd: golangci-lint run --fix ./... +# git tag -a v0.1.1 -m "Added releases" +# git push origin v0.1.0 +