Commit graph

  • be12812c62 black: reformatted main.py Valeriy_Pavlovich 2025-11-14 01:08:37 +0300
  • 1c71806082 feat: add comprehensive ToolAnnotations to all MCP tools Valeriy_Pavlovich 2025-11-14 00:26:35 +0300
  • 57b6ef44f8
    Merge pull request #1 from chigwell/main Valeriy Pavlovich 2025-11-13 01:33:19 +0300
  • ac284bcd4e
    Merge pull request #32 from Latand/feature/inline-buttons-subscribe Eugene Evstafev 2025-11-05 10:28:55 +0000
  • b5ac2c0445 Format main.py with black latand 2025-11-05 12:17:21 +0200
  • c3594795cd Add inline button helpers and channel subscription tool latand 2025-11-04 20:51:04 +0200
  • 66ae9f6f8e
    Merge pull request #23 from korjavin/feature/id-validation-decorator Eugene Evstafev 2025-10-22 16:28:21 +0100
  • 62a3fd68be fix: undefined variable _id in unarchive_chat function Korzhavin Ivan 2025-10-21 09:34:48 +0200
  • 994a49faba style: format code with black Korzhavin Ivan 2025-10-20 01:06:06 +0200
  • 80245bcdc9 fix: resolve stash conflict Korzhavin Ivan 2025-10-20 01:01:13 +0200
  • f8a8b581f4 fix: merge conflict Korzhavin Ivan 2025-10-20 01:00:55 +0200
  • 97884fd1c1
    Merge pull request #24 from korjavin/main Eugene Evstafev 2025-10-19 17:16:57 +0100
  • cbe429b474 Merge branch 'main' of https://github.com/chigwell/telegram-mcp into feature/id-validation-decorator Korzhavin Ivan 2025-10-19 15:23:15 +0200
  • 2a7134be39 fix: Apply Black formatting to pass CI checks Korzhavin Ivan 2025-10-19 15:19:34 +0200
  • 251be7219d chore: Add Black and flake8 as dev dependencies Korzhavin Ivan 2025-10-19 15:18:32 +0200
  • 6bbeae8c98 fix: Apply Black formatting to pass CI checks Korzhavin Ivan 2025-10-19 15:18:05 +0200
  • eb6a6d0ff2
    Merge pull request #30 from Marenz/poll Eugene Evstafev 2025-10-17 16:39:36 +0100
  • 7f078dd1e7 feat: add poll creation functionality Mathias L. Baumann 2025-10-14 12:08:30 +0200
  • e7995ae001
    Merge pull request #31 from strato-space/feat/list_topics Eugene Evstafev 2025-10-16 10:27:11 +0100
  • aa6d2761ce feat: Add forum topics support with list_topics tool Valeriy Pavlovich 2025-10-14 15:39:00 +0300
  • da3f3ec524
    Merge pull request #28 from strato-space/main Eugene Evstafev 2025-10-13 20:12:27 +0100
  • f08667c47a Format main.py with Black Valeriy Pavlovich 2025-10-13 21:20:24 +0300
  • 553125cd76 Make list_messages predictable and efficient for date ranges and search: avoid over-fetch, apply limit after filtering, and separate search from date offsets #27 Valeriy Pavlovich 2025-10-12 07:14:25 +0300
  • 127c953801
    Merge pull request #1 from korjavin/feature/structured-json-logging Korjavin Ivan 2025-09-06 22:32:57 +0200
  • 50b01ca494 feat: implement structured JSON error logging google-labs-jules[bot] 2025-09-01 14:39:30 +0000
  • 3cd0489769
    Merge pull request #22 from korjavin/feature/error-code-enum Eugene Evstafev 2025-08-30 23:07:10 +0100
  • b15c3e7b29
    Merge pull request #21 from korjavin/main Eugene Evstafev 2025-08-30 23:06:09 +0100
  • 30f759e3cb Fix unnecesary python downgrade Korzhavin Ivan 2025-08-29 23:23:27 +0200
  • 34bdd58905 feat: Implement input validation decorator for chat/user IDs google-labs-jules[bot] 2025-08-29 21:15:27 +0000
  • 59fb2dcd10 refactor: Replace hardcoded error prefixes with an Enum google-labs-jules[bot] 2025-08-29 21:07:46 +0000
  • 016fd31603 Fix run how-to to use uv for consistency with production case Korzhavin Ivan 2025-08-28 22:18:58 +0200
  • 9464b4de75
    Merge pull request #19 from TimTProd/add_replies Eugene Evstafev 2025-08-06 19:39:07 +0100
  • 78a99b06f2 refactor: clean up whitespace and improve code formatting using black . Tim 2025-08-06 21:07:59 +0300
  • 2dc8454a4f
    Merge branch 'main' into add_replies TimTProd 2025-08-06 20:19:38 +0300
  • 574fe149e5
    Merge pull request #17 from TimTProd/add_nicknames Eugene Evstafev 2025-08-06 17:53:53 +0100
  • 103ce35594 feat: enhance message display with reply information Tim 2025-08-06 19:37:30 +0300
  • f0072801cb feat: add get_sender_name function to enhance message formatting Tim 2025-07-24 17:28:42 +0300
  • e16b41115c
    Merge pull request #9 from chigwell/test-branch Eugene Evstafev 2025-04-26 08:20:56 +0100
  • 3f59865361 docs: update README.md Eugene Evstafev 2025-04-26 08:17:23 +0100
  • bb464e52fa
    Merge pull request #8 from l1v0n1/main Eugene Evstafev 2025-04-24 17:41:46 +0100
  • b1f0e79b6b chore: update references to the renamed container in documentation and workflows anonim 2025-04-24 15:09:38 +0300
  • 91039571ca chore: rename container in docker-compose.yml for consistency anonim 2025-04-24 15:09:00 +0300
  • 461f267822 docs: add CI badges to README.md anonim 2025-04-24 15:04:05 +0300
  • 3d3aef8360 docs: add Docker setup instructions to README.md anonim 2025-04-24 15:03:11 +0300
  • 02f326ce38 chore: add dummy .env file creation step in Docker build workflow anonim 2025-04-24 14:54:24 +0300
  • 3c66504fb5 refactor: enhance error handling structure in main.py anonim 2025-04-24 14:44:26 +0300
  • cb4935fb42 refactor: streamline error handling in main.py anonim 2025-04-24 14:35:19 +0300
  • 10ff5b79b0
    Merge pull request #6 from l1v0n1/main Eugene Evstafev 2025-04-23 12:39:33 +0100
  • 214bd6c6e5 style: improve code formatting and consistency in main.py anonim 2025-04-22 18:39:58 +0300
  • b46f9a4e34 Merge branch 'main' of https://github.com/l1v0n1/telegram-mcp-server anonim 2025-04-22 18:35:06 +0300
  • d562cf61fb refactor: Remove file handling functions from main.py and update README.md anonim 2025-04-22 18:24:46 +0300
  • 74b39d4164
    docs: add "Star History" section Eugene Evstafev 2025-04-19 11:09:22 +0100
  • e1aba2370a
    Merge pull request #4 from chigwell/update-readme Eugene Evstafev 2025-04-18 14:28:17 +0100
  • cd35b7b893 docs: update credentials in README.md Eugene Evstafev 2025-04-18 14:27:55 +0100
  • 1ef0188e5c
    Merge pull request #3 from chigwell/add-github-workflows Eugene Evstafev 2025-04-18 14:26:18 +0100
  • fb20c458be refactor(ci): remove unused comments Eugene Evstafev 2025-04-18 14:25:39 +0100
  • eca9fb48cf refactor: update formatting Eugene Evstafev 2025-04-18 14:25:24 +0100
  • ff0f42626b feat: add github's workflow for "Python Lint & Format Check" Eugene Evstafev 2025-04-18 14:21:44 +0100
  • e3842dade9
    Merge pull request #2 from l1v0n1/main Eugene Evstafev 2025-04-18 13:06:32 +0100
  • 0833e51f48 refactor: Consolidate and clean up imports in main.py anonim 2025-04-18 15:03:46 +0300
  • 3faa4a006e docs: Update Python command naming to maintain consistency anonim 2025-04-18 15:02:56 +0300
  • 492dd15b42
    Update main.py anonim 2025-04-17 19:42:54 +0300
  • 9cfc9d547e
    Update main.py anonim 2025-04-17 19:42:48 +0300
  • dd9a5cf81a
    Update main.py anonim 2025-04-17 19:42:42 +0300
  • 861a1281d5
    Update main.py anonim 2025-04-17 19:42:36 +0300
  • 03c927bc9d
    Merge branch 'main' into main Eugene Evstafev 2025-04-17 17:41:21 +0100
  • b2c4c655be
    Update README.md anonim 2025-04-17 19:39:07 +0300
  • 756ab3b449
    Update README.md anonim 2025-04-17 19:37:50 +0300
  • 68fe40e912
    Update README.md anonim 2025-04-17 19:37:43 +0300
  • beb5ace28d
    Update README.md anonim 2025-04-17 19:37:33 +0300
  • 412067c952
    docs: update README.md Eugene Evstafev 2025-04-17 17:26:36 +0100
  • 94b21c2f32 docs: update README.md to clarify usage example for Telegram MCP anonim 2025-04-17 18:20:57 +0300
  • d147322a89 chore: remove setup.py as it is no longer needed anonim 2025-04-17 18:15:50 +0300
  • 95b34d67f1 docs: expand README.md with demonstration of Telegram MCP capabilities anonim 2025-04-17 18:09:05 +0300
  • e297416e54 feat: refine logging and error handling in main.py, update .env.example and README anonim 2025-04-17 17:56:42 +0300
  • fec185075b feat: update .env.example and README for enhanced testing configuration anonim 2025-04-17 16:52:31 +0300
  • 710b9fd05c feat: enhance error handling and logging in main.py anonim 2025-04-15 16:47:06 +0300
  • 6f25a900f5 docs: add screenshot to README for enhanced visual representation anonim 2025-04-15 16:32:15 +0300
  • 84de77230b feat: major update to Telegram MCP server with new features and enhancements anonim 2025-04-15 16:30:32 +0300
  • cab205f03d Merge branch 'main' of https://github.com/l1v0n1/telegram-mcp-server anonim 2025-04-15 15:27:50 +0300
  • 853cc61ac3 chore: update Python version requirement and add new package dependencies anonim 2025-04-15 15:26:10 +0300
  • b38d8f8f75
    fix: update .gitignore Eugene Evstafev 2025-04-15 11:16:38 +0100
  • d48d97954e
    Merge pull request #1 from l1v0n1/main Eugene Evstafev 2025-04-15 11:15:52 +0100
  • 43ca9ca170
    fix: update .gitignore Eugene Evstafev 2025-04-15 11:15:25 +0100
  • 247fa23262
    Update pyproject.toml anonim 2025-04-15 12:42:43 +0300
  • 64e9517519 dsds anonim 2025-03-31 19:14:41 +0300
  • ecb5b88b12 feat: enhance Telegram MCP server with new features and improvements anonim 2025-03-31 19:11:07 +0300
  • 34256575c5 chore: remove unused GitHub templates and workflows anonim 2025-03-31 19:00:17 +0300
  • 45798c9f11 refactor: update test_imports function in test_basic.py for clarity anonim 2025-03-31 18:58:07 +0300
  • 4b5c23faf6 refactor: improve error message formatting in main.py and clean up test imports anonim 2025-03-31 18:56:30 +0300
  • 48848a65a7 chore: update project metadata and configuration in pyproject.toml anonim 2025-03-31 18:54:50 +0300
  • c7c5cee0cf docs: update README to reflect changes in session string generation and installation steps anonim 2025-03-31 18:48:20 +0300
  • 726fef23f3 feat: enhance Telegram MCP server with new features and configuration updates anonim 2025-03-31 18:45:36 +0300
  • 1f7474aa5c feat: init commit Eugene Evstafev 2025-03-20 15:49:27 +0000
  • 544c0b6477
    Create README.md Eugene Evstafev 2025-03-20 14:06:52 +0000
  • d79f135216
    Initial commit Eugene Evstafev 2025-03-20 14:06:36 +0000