Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/(setup)/setup/wizard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ export default function WizardPage() {
<p className="text-xs text-muted-foreground">
Google Workspace integration uses OAuth for authentication. After deployment,
visit the agent&apos;s OAuth callback URL to complete setup.
See <a href="https://github.com/NimbleCoAI/google-multiplayer-mcp" target="_blank" rel="noopener" className="underline">NimbleCoAI/google-multiplayer-mcp</a> for setup.
See <a href="https://github.com/NimbleCoOrg/google-multiplayer-mcp" target="_blank" rel="noopener" className="underline">NimbleCoOrg/google-multiplayer-mcp</a> for setup.
</p>
</div>
)}
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ SLACK_APP_TOKEN=xapp-...

## Google Workspace (preview)

Requires [NimbleCoAI/google-multiplayer-mcp](https://github.com/NimbleCoAI/google-multiplayer-mcp) installed alongside HSM. Enable via the wizard in Step 3.
Requires [NimbleCoOrg/google-multiplayer-mcp](https://github.com/NimbleCoOrg/google-multiplayer-mcp) installed alongside HSM. Enable via the wizard in Step 3.

1. Deploy your agent with Google Workspace enabled
2. Visit the agent's OAuth callback URL to authorize access
Expand Down
Loading