refactor oauth flow to simplify and leverage google built in resources

This commit is contained in:
Taylor Wilsdon
2025-05-06 12:17:22 -04:00
parent cc54fc1b8f
commit db9452f3ad
5 changed files with 227 additions and 399 deletions

View File

@@ -64,6 +64,8 @@ You can run the MCP server in several ways:
The `with_inspector.sh` script simplifies running the server with the MCP Inspector, a graphical tool for testing MCP servers.
Set `OAUTHLIB_INSECURE_TRANSPORT=1` if testing on localhost without https for OAuth to work.
```bash
./with_inspector.sh
```