feat(integrations): add support for google-calendar-mcp#6728
Merged
Conversation
hassan254-prog
temporarily deployed
to
development
July 9, 2026 15:57 — with
GitHub Actions
Inactive
Contributor
Preview Deploy
|
Contributor
There was a problem hiding this comment.
1 issue found across 9 files
Confidence score: 3/5
packages/providers/providers.yamlis missingauth_modefor the google-calendar-mcp integration, which propagates todocs/llms-full.txtas an empty auth type and can mislead users about required authentication when configuring the integration. Add the correctauth_modeand regenerate/verify the docs table before merging.
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="docs/llms-full.txt">
<violation number="1" location="docs/llms-full.txt:14231">
P1: Missing auth mode for google-calendar-mcp integration. The entry has no `auth_mode` set in `packages/providers/providers.yaml`, which means the generated docs table shows an empty auth type. All integrations need an auth mode to function — the existing `granola-mcp` integration uses `MCP_OAUTH2`, and this should follow the same pattern since Google Calendar MCP relies on OAuth 2.0. Add `auth_mode: MCP_OAUTH2` to the `google-calendar-mcp` entry in `providers.yaml`, then regenerate `llms-full.txt`.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
hassan254-prog
force-pushed
the
wari/add-support-for-google-calendar-mcp
branch
from
July 9, 2026 20:29
86d2e01 to
f4d65b4
Compare
hassan254-prog
had a problem deploying
to
development
July 9, 2026 20:30 — with
GitHub Actions
Error
rbwest
approved these changes
Jul 13, 2026
hassan254-prog
temporarily deployed
to
development
July 13, 2026 16:26 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the problem and your solution