Commit Graph

155 Commits

Author SHA1 Message Date
Taylor Wilsdon
f4f73478ba more readme 2025-08-17 11:06:53 -04:00
Taylor Wilsdon
9a60dbeb7d more readme 2025-08-17 11:06:40 -04:00
Taylor Wilsdon
ce0314d361 more readme 2025-08-17 11:05:00 -04:00
Taylor Wilsdon
d5b9ba17dd rearrange table 2025-08-17 11:03:43 -04:00
Taylor Wilsdon
206b0314aa rearrange table 2025-08-17 11:01:58 -04:00
Taylor Wilsdon
811585da2e rearrange table 2025-08-17 10:41:08 -04:00
Taylor Wilsdon
1821c061aa rearrange table 2025-08-17 10:40:11 -04:00
Taylor Wilsdon
942538938b rearrange table 2025-08-17 10:39:47 -04:00
Taylor Wilsdon
cedef24158 rearrange table 2025-08-17 10:38:43 -04:00
Taylor Wilsdon
629958892f rearrange table 2025-08-17 10:37:44 -04:00
Taylor Wilsdon
9113500566 rearrange table 2025-08-17 10:36:49 -04:00
Taylor Wilsdon
8149c6b106 more readme 2025-08-17 10:02:02 -04:00
Taylor Wilsdon
3f5a248dcd more readme 2025-08-17 09:49:41 -04:00
Taylor Wilsdon
98a8f0673c readme love 2025-08-16 18:50:58 -04:00
Taylor Wilsdon
308d089126 emojis for adults 2025-08-16 18:48:13 -04:00
Taylor Wilsdon
e853de10f5 fix ruff check 2025-08-16 18:10:39 -04:00
Taylor Wilsdon
531fb3b3f9 emojis for adults 2025-08-16 18:03:06 -04:00
Taylor Wilsdon
1e938e81dd overhaul the readme 2025-08-16 17:14:14 -04:00
Taylor Wilsdon
539a3f3781 play nice with --tools 2025-08-16 16:41:35 -04:00
Taylor Wilsdon
8c17bc15b0 add tool tiers - first pass 2025-08-16 14:26:36 -04:00
Taylor Wilsdon
845d3f0db3 update readme for oauth21 2025-08-14 10:23:09 -04:00
Shawn Zhu
3a52f16f14 removes user_google_email argument from tool schema under multi-user mode 2025-08-13 22:36:19 -04:00
Taylor Wilsdon
fd0118f912 Update README.md 2025-08-13 10:38:55 -04:00
Taylor Wilsdon
2159f5f19d Update README.md 2025-08-13 08:59:39 -04:00
Taylor Wilsdon
3f6820dbc7 Update README.md 2025-08-13 08:58:25 -04:00
Taylor Wilsdon
70146c27da Update README.md 2025-08-12 10:35:43 -04:00
Taylor Wilsdon
f773c81c88 Update README.md 2025-08-12 10:19:44 -04:00
Taylor Wilsdon
30953b9abd Update README.md 2025-08-11 18:09:54 -04:00
Taylor Wilsdon
604964cba8 Update README.md 2025-08-11 18:08:00 -04:00
Rob Sherman
f369ca1635 feat(docs): add comprehensive Google Docs editing capabilities
Add full document editing and manipulation support to Google Docs tools,
expanding beyond read-only operations to match Google Docs API capabilities.

Features added:
- Text operations: update_doc_text, find_and_replace_doc, format_doc_text
- Structural elements: insert_doc_elements, insert_doc_image
- Document management: update_doc_headers_footers, batch_update_doc
- Helper functions module for common document operations

Changes:
- gdocs/docs_tools.py: Add 7 new editing functions with comprehensive error handling
- gdocs/docs_helpers.py: New helper module with utility functions for document operations
- README.md: Update Google Docs description to include full editing capabilities
- CLAUDE.md: Add comprehensive documentation for new editing features
- .mcp.json: Add MCP server configuration file
- .gitignore: Resolve merge conflicts from upstream sync
- uv.lock: Update dependencies from upstream merge

The implementation uses Google Docs API batchUpdate operations for atomic
document modifications and maintains compatibility with existing authentication
and error handling patterns.

All new tools follow the established @require_google_service decorator pattern
and include proper scope management for write operations.
2025-08-09 17:57:34 -07:00
Taylor Wilsdon
58f55019c4 cleanup / refac and remove unnecessary legacy module 2025-08-09 12:18:08 -04:00
Taylor Wilsdon
773645794a source of truth for oauth2.1 enablement 2025-08-09 11:53:00 -04:00
Taylor Wilsdon
374dc9c3e7 simplify cors middleware implementation 2025-08-09 11:44:12 -04:00
Taylor Wilsdon
42dcd54b18 update readme 2025-08-09 11:16:35 -04:00
Taylor Wilsdon
438d1fcd02 remove vscode cruft 2025-08-09 11:15:43 -04:00
Taylor Wilsdon
d191a0c95c Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-08 17:53:25 -04:00
Taylor Wilsdon
fb5f1d5f12 readme updates 2025-08-08 17:31:26 -04:00
Taylor Wilsdon
f1b6d99301 Merge branch 'main' of github.com:taylorwilsdon/google_workspace_mcp into issues/148 2025-08-07 15:59:04 -04:00
Taylor Wilsdon
224f122e2f better default handling 2025-08-07 13:28:21 -04:00
Taylor Wilsdon
7c09018144 centralize redirect uri logic and update GOOGLE_OAUTH_REDIRECT_URI docs 2025-08-07 10:40:39 -04:00
Taylor Wilsdon
24f8d075fe Update README.md 2025-08-07 09:35:53 -04:00
Taylor Wilsdon
9e61180251 Update README.md 2025-08-05 18:06:00 -04:00
Taylor Wilsdon
7593163506 fully working in all transport modes and fallbacks! 2025-08-05 14:34:11 -04:00
Taylor Wilsdon
58d9c4464e dotenv example 2025-08-05 11:47:41 -04:00
Taylor Wilsdon
61f3e38f0a readme update 2025-08-05 11:44:06 -04:00
Taylor Wilsdon
fd8935e7cd readme update 2025-08-05 11:43:53 -04:00
Taylor Wilsdon
b2f5ec1052 successful client to server flow, not passing through. overcomplicated. need to refactor based on new fastmcp oauth wrapper 2025-08-02 10:38:11 -04:00
Taylor Wilsdon
dad52829f8 oauth2.1 working - quick flow in mcp inspector 2025-08-02 09:52:16 -04:00
Taylor Wilsdon
9505f2a3c5 add engine id key 2025-07-30 10:18:00 -04:00
Taylor Wilsdon
2aea2325bc pse api key & docs 2025-07-30 10:04:09 -04:00