diff --git a/.gitignore b/.gitignore index 1bcc19d..00ba4b4 100644 --- a/.gitignore +++ b/.gitignore @@ -176,6 +176,8 @@ cython_debug/ # Telegram session files *.session *.session-journal +<<<<<<< HEAD +======= anon.session anon.session-journal anon_new.session diff --git a/claude_desktop_config.json b/claude_desktop_config.json new file mode 100644 index 0000000..5834144 --- /dev/null +++ b/claude_desktop_config.json @@ -0,0 +1,13 @@ +{ + "mcpServers": { + "telegram-mcp": { + "command": "/PATH-TO/uv", + "args": [ + "--directory", + "/PATH-TO/telegram-mcp", + "run", + "main.py" + ] + } + } +} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 86538a8..7701a20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ version = "1.5.0" description = "Telegram integration for Claude via the Model Context Protocol" readme = "README.md" authors = [ + {name = "chigwell"}, {name = "l1v0n1"} ] license = {text = "Apache-2.0"} @@ -18,7 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.12" ] requires-python = ">=3.10" dependencies = [ @@ -27,9 +28,9 @@ dependencies = [ "mcp[cli]>=1.4.1", "nest-asyncio>=1.6.0", "python-dotenv>=1.1.0", - "telethon>=1.39.0", + "telethon>=1.39.0" ] [project.urls] -"Homepage" = "https://github.com/l1v0n1/telegram-mcp-server" -"Bug Tracker" = "https://github.com/l1v0n1/telegram-mcp-server/issues" +"Homepage" = "https://github.com/chigwell/telegram-mcp" +"Bug Tracker" = "https://github.com/chigwell/telegram-mcp/issues" \ No newline at end of file