Commit Graph

  • de6a5fa355 remove smithery entirely Taylor Wilsdon 2025-06-09 13:15:50 -04:00
  • f0f36d54aa smithery hates me Taylor Wilsdon 2025-06-09 13:01:13 -04:00
  • 90c6754872 smithery hates me Taylor Wilsdon 2025-06-09 12:37:15 -04:00
  • 8d1b492f6d smithery hates me Taylor Wilsdon 2025-06-09 10:58:44 -04:00
  • dccfede2c5 remove query string test lib Taylor Wilsdon 2025-06-09 10:52:00 -04:00
  • 5e768dc3fd clean start docker Taylor Wilsdon 2025-06-09 10:51:13 -04:00
  • 4846641cf7 Fix docker healthcheck at runtime with proper request handling Taylor Wilsdon 2025-06-08 14:23:28 -04:00
  • 96da15be22 add expiry handling Taylor Wilsdon 2025-06-08 12:31:18 -04:00
  • 019517beeb respect WORKSPACE_MCP_BASE_URI everywhere Taylor Wilsdon 2025-06-08 12:17:06 -04:00
  • 05b9ddadb2 gracefully handle refresherrors on expired tokens Taylor Wilsdon 2025-06-08 12:04:19 -04:00
  • 47c781a6fa add startup check for permissions Taylor Wilsdon 2025-06-08 11:50:00 -04:00
  • 058c123645 add startup check for permissions Taylor Wilsdon 2025-06-08 11:49:25 -04:00
  • 5be7e24f80 smithery Taylor Wilsdon 2025-06-07 19:17:53 -04:00
  • 7f90e24022 smithery Taylor Wilsdon 2025-06-07 19:08:16 -04:00
  • 08291e3ddf smithery Taylor Wilsdon 2025-06-07 18:49:54 -04:00
  • 6370b6f2cf fix smithery Taylor Wilsdon 2025-06-07 18:12:29 -04:00
  • c54e8d30db fix start_auth tool Taylor Wilsdon 2025-06-07 17:18:35 -04:00
  • 2da4147b39 Update README.md Taylor Wilsdon 2025-06-07 16:45:34 -04:00
  • 17bd45171d Update README.md Taylor Wilsdon 2025-06-07 16:39:39 -04:00
  • 9438a6ddf1 Merge pull request #51 from taylorwilsdon/perfection Taylor Wilsdon 2025-06-07 16:35:38 -04:00
  • aca3dc3dfc remove unused import Taylor Wilsdon 2025-06-07 16:35:28 -04:00
  • 3b8e44b089 really dress this puppy up Taylor Wilsdon 2025-06-07 16:16:48 -04:00
  • aaa39a5b1b Merge branch 'main' of github.com:taylorwilsdon/google_workspace_mcp into stdio Taylor Wilsdon 2025-06-07 16:01:19 -04:00
  • 16473c9a2c add http callback server when running in stdio with transport aware startup Taylor Wilsdon 2025-06-07 16:01:02 -04:00
  • 0f1d7a1787 add http callback server when running in stdio with transport aware startup Taylor Wilsdon 2025-06-07 16:00:55 -04:00
  • 38115edf2e Merge pull request #50 from taylorwilsdon/stdio Taylor Wilsdon 2025-06-07 14:20:47 -04:00
  • d37dc74eb5 improve startup Taylor Wilsdon 2025-06-07 14:19:54 -04:00
  • 07dace0dea add stdio support and startup flag Taylor Wilsdon 2025-06-07 14:04:04 -04:00
  • 5a95e52426 unpin streamable http Taylor Wilsdon 2025-06-07 13:59:45 -04:00
  • 5a423b83c1 Merge pull request #49 from taylorwilsdon/startup_modes Taylor Wilsdon 2025-06-07 12:26:27 -04:00
  • a32aa11ea0 center header Taylor Wilsdon 2025-06-07 12:25:57 -04:00
  • 3c42286546 readme updaates Taylor Wilsdon 2025-06-07 12:24:28 -04:00
  • 1ae0ed33c9 add startup modes, pretty it up Taylor Wilsdon 2025-06-07 12:09:26 -04:00
  • 68f6abf89a add claude desktop bootstrap script Taylor Wilsdon 2025-06-07 11:37:36 -04:00
  • 5e6a835885 update README Taylor Wilsdon 2025-06-07 11:35:40 -04:00
  • be71e4ecb4 Merge pull request #48 from taylorwilsdon/refactor/fastmcp-native-responses Taylor Wilsdon 2025-06-07 10:57:01 -04:00
  • e4572e2905 corrected function signature for delete_event Taylor Wilsdon 2025-06-07 10:56:46 -04:00
  • 449f6006e4 fixed issue was that extract_office_xml_text was being called for all file types, including Google Sheets (application/vnd.google-apps.spreadsheet). Google Sheets are exported as CSV text, not ZIP archives, so trying to parse them as ZIP files causes the "File is not a valid ZIP archive" warnining Taylor Wilsdon 2025-06-07 10:38:26 -04:00
  • bfdbd1804b drive_tools auth dectorator Taylor Wilsdon 2025-06-07 10:33:30 -04:00
  • d9e68a3b1b auth decorator refac docs Taylor Wilsdon 2025-06-07 10:23:27 -04:00
  • bdfa6682c5 auth decorator for sheets Taylor Wilsdon 2025-06-07 10:21:12 -04:00
  • c46c9450a9 Merge branch 'main' of github.com:taylorwilsdon/google_workspace_mcp into refactor/fastmcp-native-responses Taylor Wilsdon 2025-06-07 10:17:23 -04:00
  • 0c73f592d3 refac chat tools for auth decorator Taylor Wilsdon 2025-06-07 10:17:17 -04:00
  • c92f6abdf5 require_google_service decorator for calendar_tools Taylor Wilsdon 2025-06-07 10:12:27 -04:00
  • 7b016b6448 require_google_service decorator for gmail implemented successfully Taylor Wilsdon 2025-06-07 09:50:53 -04:00
  • f143998ae7 refac authentication handler Taylor Wilsdon 2025-06-06 18:51:34 -04:00
  • 100fb4399d refactored all tools to use fastmcp native responses Taylor Wilsdon 2025-06-06 17:32:09 -04:00
  • c9ecf00bce Update README.md Taylor Wilsdon 2025-06-06 15:45:41 -04:00
  • 21dccf5915 Merge pull request #47 from taylorwilsdon/sheets_support Taylor Wilsdon 2025-06-06 13:16:32 -04:00
  • 047c44b472 update readme Taylor Wilsdon 2025-06-06 13:07:16 -04:00
  • 6e7246baef add google sheets support Taylor Wilsdon 2025-06-06 12:50:32 -04:00
  • 1c8c3cb4eb add google sheets support Taylor Wilsdon 2025-06-06 12:45:15 -04:00
  • d4a07dcef5 Merge pull request #46 from taylorwilsdon/gmail_labels Taylor Wilsdon 2025-06-06 12:05:37 -04:00
  • 14de679df2 add support for label management to the gmail tool Taylor Wilsdon 2025-06-06 12:02:49 -04:00
  • c4b5fa8668 Merge pull request #45 from taylorwilsdon/shared_drives Taylor Wilsdon 2025-06-04 19:02:02 -04:00
  • 3d5e5a5223 precompile regex patterns as module-level constants to improve performance Taylor Wilsdon 2025-06-04 19:01:48 -04:00
  • e27a022f55 refactored the list_params construction into helper for search & list functions Taylor Wilsdon 2025-06-04 18:50:53 -04:00
  • 62a1adaf9e refac & cleanup Taylor Wilsdon 2025-06-04 18:48:17 -04:00
  • a5c294b166 improve search pattern detection logic Taylor Wilsdon 2025-06-04 18:47:16 -04:00
  • dfd93fe399 add support for shared drives Taylor Wilsdon 2025-06-04 18:13:45 -04:00
  • b0d7638605 minor refac for consistency, cleanup unused imports Taylor Wilsdon 2025-06-03 14:16:55 -04:00
  • b0bfaff691 minor refac for consistency, cleanup unused imports Taylor Wilsdon 2025-06-03 14:16:19 -04:00
  • 93e0007ee5 update imports for calendar_tools Taylor Wilsdon 2025-06-03 14:13:22 -04:00
  • 30a8ba432e clean up auth logic in server.py Taylor Wilsdon 2025-06-03 14:12:49 -04:00
  • 3b5071980d Update google_config with new scopes Taylor Wilsdon 2025-06-03 14:12:01 -04:00
  • c9a0aff6a1 fix scope Taylor Wilsdon 2025-06-03 13:15:28 -04:00
  • 614648ce8d add chat scopes Taylor Wilsdon 2025-06-03 13:12:53 -04:00
  • 4046875cfc fix redirect uri import, add chat stub Taylor Wilsdon 2025-06-03 13:03:26 -04:00
  • 313630e3c5 Update README.md Taylor Wilsdon 2025-06-03 07:58:15 -04:00
  • 6ba3ec01b7 Update pyproject.toml Taylor Wilsdon 2025-05-31 20:07:40 -04:00
  • b67c7277e6 Update pyproject.toml Taylor Wilsdon 2025-05-31 20:05:18 -04:00
  • f398de0001 Update pyproject.toml Taylor Wilsdon 2025-05-31 19:58:39 -04:00
  • 7fec4e6f93 Merge pull request #41 from taylorwilsdon/smithery/config-hi1w Taylor Wilsdon 2025-05-31 11:47:36 -04:00
  • 647539e363 Update README.md Taylor Wilsdon 2025-05-31 11:47:15 -04:00
  • a3a7fb2659 Update README smithery-ai[bot] 2025-05-31 15:41:38 +00:00
  • 765bcc58b0 Add Smithery configuration smithery-ai[bot] 2025-05-31 15:41:37 +00:00
  • 207b131791 Merge pull request #39 from taylorwilsdon/fastmcp_refac Taylor Wilsdon 2025-05-31 11:39:43 -04:00
  • fbfe1518da Merge branch 'main' of github.com:taylorwilsdon/google_workspace_mcp into fastmcp_refac Taylor Wilsdon 2025-05-31 11:39:28 -04:00
  • 21cc577434 Update README.md Taylor Wilsdon 2025-05-31 09:34:24 -04:00
  • 3d338290aa add run Taylor Wilsdon 2025-05-30 11:45:33 -04:00
  • 13b39f7453 transport type Taylor Wilsdon 2025-05-30 11:38:11 -04:00
  • 395d02494b refac fastmcp custom implementation to standard Taylor Wilsdon 2025-05-30 11:09:56 -04:00
  • b00fe41de8 Merge pull request #34 from taylorwilsdon/batch_concurrency Taylor Wilsdon 2025-05-27 11:55:04 -04:00
  • fd539ad0c7 Merge branch 'main' of github.com:taylorwilsdon/google_workspace_mcp into batch_concurrency Taylor Wilsdon 2025-05-27 11:52:25 -04:00
  • 8970e75e72 Merge pull request #38 from taylorwilsdon/issues/37 Taylor Wilsdon 2025-05-27 11:52:01 -04:00
  • 02dd22f40b sed MediaIoBaseDownload for MediaIoBaseUpload Taylor Wilsdon 2025-05-27 11:49:20 -04:00
  • 441455b864 refac docs_tools to use get_authenticated_google_service Taylor Wilsdon 2025-05-27 11:46:54 -04:00
  • 334b16f9d2 add concurrent batch retrieval for gmail messages Taylor Wilsdon 2025-05-26 19:00:27 -04:00
  • c6ca4a47ba Merge pull request #32 from MariusWilsch/feature/gmail-search-xml-links Taylor Wilsdon 2025-05-26 18:38:48 -04:00
  • 3c00274e3f refac to plaintext / remove xml Taylor Wilsdon 2025-05-26 17:51:34 -04:00
  • 6ae0dd2dee Merge branch 'main' of github.com:taylorwilsdon/google_workspace_mcp into feature/gmail-search-xml-links Taylor Wilsdon 2025-05-26 17:36:55 -04:00
  • a842c75691 Update README.md Taylor Wilsdon 2025-05-26 17:34:12 -04:00
  • e377f03c62 Merge pull request #33 from taylorwilsdon/taylorwilsdon-patch-9 Taylor Wilsdon 2025-05-26 17:33:24 -04:00
  • 6870febb9a Update README.md Taylor Wilsdon 2025-05-26 17:33:11 -04:00
  • 9f9caa5280 Update README.md Taylor Wilsdon 2025-05-26 17:31:18 -04:00
  • a1df161881 Update README.md Taylor Wilsdon 2025-05-26 17:28:01 -04:00
  • 29c95ad8f6 Update README.md Taylor Wilsdon 2025-05-26 17:27:23 -04:00
  • 8d21edb39e Update README.md Taylor Wilsdon 2025-05-26 17:25:40 -04:00
  • 3757ec818d Update README.md Taylor Wilsdon 2025-05-26 08:45:06 -04:00
  • 1fe7486b8b Update README.md Taylor Wilsdon 2025-05-26 06:39:04 -04:00