- 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.
13 lines
No EOL
260 B
JSON
13 lines
No EOL
260 B
JSON
{
|
|
"mcpServers": {
|
|
"telegram-mcp": {
|
|
"command": "/PATH-TO/uv",
|
|
"args": [
|
|
"--directory",
|
|
"/PATH-TO/telegram-mcp",
|
|
"run",
|
|
"main.py"
|
|
]
|
|
}
|
|
}
|
|
} |