removes user_google_email argument from tool schema under multi-user mode

This commit is contained in:
Shawn Zhu
2025-08-13 22:34:04 -04:00
parent f59eb0a0b2
commit 3a52f16f14
4 changed files with 43 additions and 133 deletions

View File

@@ -98,6 +98,7 @@ A production-ready MCP server that integrates all major Google Workspace service
| `GOOGLE_PSE_API_KEY` *(optional)* | API key for Google Custom Search - see [Custom Search Setup](#google-custom-search-setup) |
| `GOOGLE_PSE_ENGINE_ID` *(optional)* | Programmable Search Engine ID for Custom Search |
| `MCP_ENABLE_OAUTH21` *(optional)* | Set to `true` to enable OAuth 2.1 support (requires streamable-http transport) |
| `MCP_REMOVE_USER_GOOGLE_EMAIL_ARG=1` *(optional)* | Removes the `user_google_email` argument from tool schemas in multi-user mode |
| `OAUTHLIB_INSECURE_TRANSPORT=1` | Development only (allows `http://` redirect) |
Claude Desktop stores these securely in the OS keychain; set them once in the extension pane.