telegram-mcp/claude_desktop_config.json
anonim ecb5b88b12 feat: enhance Telegram MCP server with new features and improvements
- Added support for string session authentication in main.py.
- Introduced new tools for searching contacts and retrieving message context.
- Updated README.md with detailed usage examples and security considerations.
- Modified pyproject.toml for versioning and dependency updates.
- Expanded .gitignore to include Telegram session files.
2025-03-31 19:11:07 +03:00

13 lines
No EOL
260 B
JSON

{
"mcpServers": {
"telegram-mcp": {
"command": "/PATH-TO/uv",
"args": [
"--directory",
"/PATH-TO/telegram-mcp",
"run",
"main.py"
]
}
}
}