Commit Graph

525 Commits

Author SHA1 Message Date
Benjamin Jackson
f8e859dc9e Refactor Gmail email preparation logic to eliminate code duplication 2025-08-04 12:53:04 +02:00
Benjamin Jackson
bdb06a41f1 Add email threading support to Gmail send functionality
- Add thread_id, in_reply_to, and references parameters for proper reply threading
- Auto-format reply subjects with 'Re:' prefix when replying
- Include proper email headers for threading (In-Reply-To, References)
- Add examples for both new emails and reply emails in docstring
- Achieve feature parity between send_gmail_message and draft_gmail_message
2025-08-04 12:48:38 +02:00
Benjamin Jackson
c5354554b6 Add email threading support to Gmail draft functionality
- Add thread_id, in_reply_to, and references parameters for proper reply threading
- Auto-format reply subjects with 'Re:' prefix when replying
- Include proper email headers for threading (In-Reply-To, References)
- Add examples for both new drafts and reply drafts in docstring
2025-08-04 12:41:01 +02:00
Taylor Wilsdon
6cb5b05da1 dxt bump 2025-08-01 12:18:11 -04:00
Taylor Wilsdon
add4e9b114 chore: release v1.1.17 2025-08-01 12:15:37 -04:00
Taylor Wilsdon
7385ad2e6c version 2025-08-01 12:14:18 -04:00
Taylor Wilsdon
e9efcde434 chore: release v1.1.17 2025-08-01 12:13:50 -04:00
Taylor Wilsdon
3992ab9cfb version 2025-08-01 12:13:04 -04:00
Taylor Wilsdon
c48beb02e5 chore: release v1.1.17 2025-08-01 12:12:12 -04:00
Taylor Wilsdon
edfd4b34a5 version 2025-08-01 12:12:01 -04:00
Taylor Wilsdon
4cf0df270f version 2025-08-01 12:10:17 -04:00
Taylor Wilsdon
b9aba4bf1f chore: release v1.1.17 2025-08-01 12:04:14 -04:00
Taylor Wilsdon
e92364b1c0 version 2025-08-01 12:04:04 -04:00
Taylor Wilsdon
64c70b4885 chore: release v1.1.17 2025-08-01 12:01:02 -04:00
Taylor Wilsdon
50d866fe71 version 2025-08-01 12:00:58 -04:00
Taylor Wilsdon
54d7c6dffa chore: release v1.1.17 2025-08-01 12:00:30 -04:00
Taylor Wilsdon
45f1fe733d remove server_url 2025-08-01 11:59:04 -04:00
Taylor Wilsdon
4b349bebb6 upgrade fastmcp version 2025-08-01 11:54:48 -04:00
Taylor Wilsdon
5ffc0437f7 add docstrings - thanks gyliu513 2025-07-31 10:00:49 -04:00
Taylor Wilsdon
51c959b25b chore: release v1.1.16 2025-07-30 10:23:02 -04:00
Taylor Wilsdon
3cf157d3be dxt update 2025-07-30 10:22:39 -04:00
Taylor Wilsdon
89ec86a330 Merge pull request #134 from taylorwilsdon/google_search
feat: Google Custom Search / Programmable Search Engine (PSE) Support
2025-07-30 10:21:45 -04:00
Taylor Wilsdon
e89642d259 Update manifest.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-30 10:21:12 -04:00
Taylor Wilsdon
5da681947b dxt support for pse 2025-07-30 10:20:16 -04:00
Taylor Wilsdon
9505f2a3c5 add engine id key 2025-07-30 10:18:00 -04:00
Taylor Wilsdon
113a37d5c1 fix package registration 2025-07-30 10:12:09 -04:00
Taylor Wilsdon
2aea2325bc pse api key & docs 2025-07-30 10:04:09 -04:00
Taylor Wilsdon
f77f4d742d add google pse support 2025-07-30 09:52:10 -04:00
Taylor Wilsdon
33c6484a74 chore: release v1.1.15 2025-07-28 13:38:57 -04:00
Taylor Wilsdon
4aad256779 update dxt 2025-07-28 13:38:44 -04:00
Taylor Wilsdon
5f90604b9e preserve existing fields dedupe logic 2025-07-28 13:37:01 -04:00
Taylor Wilsdon
4930d37028 Merge pull request #131 from taylorwilsdon/issues/129
feat: Google Meet support for create and edit event, fix move attributes
2025-07-28 13:36:30 -04:00
Taylor Wilsdon
0d829fcebf add google meet link support to create and edit event methods 2025-07-28 13:25:02 -04:00
Taylor Wilsdon
247928668c chore: release v1.1.14 2025-07-28 11:54:49 -04:00
Taylor Wilsdon
a205617684 update dxt 2025-07-28 11:54:42 -04:00
Taylor Wilsdon
fd94ae37a0 Merge pull request #128 from taylorwilsdon/api_enablement_handler
enh: Add instructions for LLM if API is not enabled
2025-07-28 11:53:48 -04:00
Taylor Wilsdon
df6ee3d266 Update core/api_enablement.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-28 11:53:39 -04:00
Taylor Wilsdon
8939b9b045 Update core/api_enablement.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-28 11:53:33 -04:00
Taylor Wilsdon
b4743d2f16 add instructions for llm if api not enabled 2025-07-28 11:49:01 -04:00
Taylor Wilsdon
18bf5c5ebf Update README.md 2025-07-28 11:34:52 -04:00
Taylor Wilsdon
edb962d616 chore: release v1.1.13 2025-07-26 16:58:53 -04:00
Taylor Wilsdon
5a74a5f329 update dxt 2025-07-26 16:58:42 -04:00
Taylor Wilsdon
ca0b7f8931 Merge pull request #125 from taylorwilsdon/better_auth_fails
enh: add more elegant handling for oauth server startup in stdio mode
2025-07-26 16:57:40 -04:00
Taylor Wilsdon
2d50a73518 threadlock for oauth server teardown 2025-07-26 16:56:47 -04:00
Taylor Wilsdon
701bbe999a threadlock for oauth server teardown 2025-07-26 16:56:14 -04:00
Taylor Wilsdon
16c32e93fb fix threading communication issue 2025-07-26 16:44:02 -04:00
Taylor Wilsdon
05c1c3b8f3 better logic 2025-07-26 16:38:08 -04:00
Taylor Wilsdon
0fb75221bf improve minimal oauth healthcheck in stdio mode 2025-07-26 16:35:03 -04:00
Taylor Wilsdon
21ebff4b8a added same server availability check that exists in start_google_auth to the start_auth_flow function 2025-07-26 16:20:57 -04:00
Taylor Wilsdon
19fe08a37f add more elegant handling for oauth server startup in stdio mode 2025-07-26 16:02:31 -04:00