-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Google group mcp server #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| image: ghcr.io/obot-platform/mcp-oauth-proxy:v0.0.1 | ||
| environment: | ||
| DATABASE_DSN: "postgres://oauth_user:oauth_password@postgres_oauth:5432/oauth_proxy?sslmode=disable" | ||
| SCOPES_SUPPORTED: "openid,profile,email,https://www.googleapis.com/auth/admin.directory.group,https://www.googleapis.com/auth/admin.directory.group.member,https://www.googleapis.com/auth/admin.directory.domain.readonly" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this adds some new scopes. We will need to get these approved by google before we can ship this.
I assume you also had to enable at least one new api for this to work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yeah, I had to enable to admin SDK api.
This is an implementation of Google Groups MCP. This will be used in Bill's LF workflow demo.
Tools included: